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