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