Exemplo n.º 1
0
 public ShoppingController()
 {
     _orderConcrete       = new OrderConcrete();
     _coffeeConcrete      = new CoffeeConcrete();
     _orderDetailConcrete = new OrderDetailConcrete();
     _wishListConcrete    = new WishListConcrete();
     _customerConcrete    = new CustomerConcrete();
 }
Exemplo n.º 2
0
 public AccountController()
 {
     _orderConcrete          = new OrderConcrete();
     _customerConcrete       = new CustomerConcrete();
     _orderDetailConcrete    = new OrderDetailConcrete();
     _baristaConcrete        = new BaristaConcrete();
     _coffeeConcrete         = new CoffeeConcrete();
     _coffeeCommentConcrete  = new CoffeeCommentConcrete();
     _baristaCommentConcrete = new BaristaCommentConrete();
 }
Exemplo n.º 3
0
 public OrderDetailController()
 {
     _orderDetailConrete = new OrderDetailConcrete();
 }