示例#1
0
 public async Task <IList <MealDto> > GetAllAsync()
 {
     return(await _mealRepository.GetAllAsync());
 }