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