Beispiel #1
0
 public Task <IEnumerable <FoodDto> > GetAllAsync(int?page = null, int?max = null)
 {
     return(_api.GetFoods());
 }
Beispiel #2
0
 public static Task <List <Food> > GetFoods(this IRestaurantApi This)
 {
     return(This.GetFoods());
 }