Пример #1
0
 public IEnumerable <ApplicationUser> GetAllByDistrictId(int id)
 {
     return(_userRepository.GetAllByDistrictId(id));
 }