public void UpdateMany(IEnumerable <T> entities) { if (entities != null) { _context.UpdateRange(entities); } }