Exemplo n.º 1
0
 public async Task <List <DeliveryInfos> > GetRestaurantDeliveryInforAsync(Restaurant restaurant)
 {
     return(await service.GetRestaurantDeliveryInforAsync(restaurant));
 }