Exemple #1
0
 public async Task <IQueryable <Cat> > Get()
 {
     return(await _customerService.GetAllCatsAsync());
 }