Ejemplo n.º 1
0
 public FoodsController(ThemealdbClient theme)
 {
     themealdbclient = theme;
 }
 public FavoritesController(ThemealdbClient client)
 {
     this.client = client;
 }
Ejemplo n.º 3
0
 public IngredientsController(ThemealdbClient client)
 {
     this.client = client;
 }
Ejemplo n.º 4
0
 public AreasController(ThemealdbClient client)
 {
     this.client = client;
 }
Ejemplo n.º 5
0
 public CategoriesController(ThemealdbClient client)
 {
     this.client = client;
 }