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