Пример #1
0
 public async Task <IEnumerable <UserStatus> > GetAll() => await _userStatusRepository.GetAll();
Пример #2
0
 public IEnumerable <UserStatus> GetAll()
 {
     return(repo.GetAll());
 }