示例#1
0
 public ProductBO()
 {
     featureLogic         = new FeaturesLogic();
     productCategoryLogic = new ProductCategoryLogic();
 }
 public ProductCategoryController()
 {
     logic = new ProductCategoryLogic();
 }