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