示例#1
0
 public async Task <bool> AddMealToDiet(int dietId, int mealId)
 {
     return(await _mealRepository.AddMealToDiet(dietId, mealId));
 }