示例#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();
 }