public GetViaIdProductTypesQuery(IHttpRequestGet httpRequestGet)
 {
     this.httpRequestGet = httpRequestGet;
 }
Beispiel #2
0
 public GetListOfProductTypesQuery(IHttpRequestGet httpRequestGet)
 {
     this.httpRequestGet = httpRequestGet;
 }
Beispiel #3
0
 public GetProductImageQuery(IHttpRequestGet httpRequestGet)
 {
     this.httpRequestGet = httpRequestGet;
 }
Beispiel #4
0
 public GetListProductsQuery(IHttpRequestGet httpRequestGet)
 {
     this.httpRequestGet = httpRequestGet;
 }