예제 #1
0
 public List <Recipes> GetAllFavouriteRecipesList(int id)
 {
     return(_repo.GetAllFavouriteRecipesList(id));
 }