예제 #1
0
 public Task <TypeDishesResult> GetTypeDishes()
 {
     return(eatService.GetTypeDishes());
 }
예제 #2
0
 public GetTypeDishesResult GetTypeDishes()
 {
     return(eatService.GetTypeDishes());
 }