Example #1
0
 public IEnumerable <RecipeObj> GetAll()
 {
     return(_RecipeRepo.GetAll());
 }