Esempio n. 1
0
 public FunzaGetCategoriesCommand(BaseRefitProxy <IProductCategoryClient> productCategoryClient)
 {
     this.ProductCategoryClient = productCategoryClient.Create();
 }
Esempio n. 2
0
 public FunzaGetColorsCommand(BaseRefitProxy <IProductColorClient> colorClient)
 {
     this.ProductColorClient = colorClient.Create();
 }
Esempio n. 3
0
 public FunzaGetPackingsCommand(BaseRefitProxy <IPackingClient> packingClient)
 {
     this.PackingClient = packingClient.Create();
 }