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