Beispiel #1
0
 public StoreController()
 {
     svProduct      = new Product.ProductService();
     svProductImage = new ProductImageService();
     svCategory     = new CategoryService();
     svBizType      = new Ouikum.BizType.BizTypeService();
     svCompany      = new CompanyService();
 }
Beispiel #2
0
 public SearchController()
 {
     svBuylead  = new BuyleadService();
     svCategory = new CategoryService();
     svBizType  = new Ouikum.BizType.BizTypeService();
     svCompany  = new CompanyService();
     svAddress  = new AddressService();
 }
 public ProductController()
 {
     svProduct      = new ProductService();
     svProductImage = new ProductImageService();
     svCategory     = new CategoryService();
     svBizType      = new Ouikum.BizType.BizTypeService();
     svCompany      = new CompanyService();
     svAddress      = new AddressService();
 }