I have this piece of code (in Asp.net core), I try to add a list of objects to db
try { await _context.AddRangeAsync(mhUserAtts); await _contex