Exemple #1
0
 public bool ExistsInRecipe(int id, int recipeId)
 {
     return(_ingredientsRepository.ExistsInRecipe(id, recipeId));
 }