Exemple #1
0
 public RecipeClientService(IApiHttpService http)
 {
     _http = http;
 }
Exemple #2
0
 public TagClientService(IApiHttpService http)
 {
     _http = http;
 }
Exemple #3
0
 public FoodClientService(IApiHttpService http)
 {
     _http = http;
 }