Example #1
0
 public IEnumerable <RecipeDataModel> Get()
 {
     return(_service.GetRecipes());
 }