Esempio n. 1
0
 /// <summary>
 /// Check if meal exists based on the meal id
 /// </summary>
 /// <param name="id"></param>
 /// <returns></returns>
 private bool MealExists(int id)
 {
     return(_mealsService.FindMealExists(id));
 }