Пример #1
0
 public async Task <BaseResult <FoodEntity> > GetDetail(int id)
 {
     return(await foodRepository.Detail(id));
 }