Exemplo n.º 1
0
 public IEnumerable <object> FetchData()
 {
     return(RecipeIngredientsDataService.GetRecipeIngredients());
 }
Exemplo n.º 2
0
 public object FetchData(int id)
 {
     return(RecipeIngredientsDataService.GetRecipeIngredients(id));
 }