Пример #1
0
 public async Task <IQueryable <WardViewModel> > Get()
 {
     return(await _wardService.GetAllWardsAsync());
 }