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