Пример #1
0
 public Task <IActionResult> AddAsync(FoodModel model)
 {
     return(_foodService.AddAsync(model).ResultAsync());
 }