示例#1
0
        public ShoppingController()
        {
            this.cart_Service = new Cart_Service();
            this.item_Service = new Item_Service();

            this.department_Service = new Department_Service();
            this.address_Service    = new Address_Service();
        }
 public ShoppingController()
 {
     this.cart_Service       = new Cart_Service();
     this.item_Service       = new Item_Service();
     this.customer_Service   = new Customer_Service();
     this.order_Service      = new Order_Service();
     this.affiliate_Service  = new Affiliate_Service();
     this.department_Service = new Department_Service();
     this.address_Service    = new Address_Service();
 }