예제 #1
0
 public AccountController()
 {
     _orderConcrete          = new OrderConcrete();
     _customerConcrete       = new CustomerConcrete();
     _orderDetailConcrete    = new OrderDetailConcrete();
     _baristaConcrete        = new BaristaConcrete();
     _coffeeConcrete         = new CoffeeConcrete();
     _coffeeCommentConcrete  = new CoffeeCommentConcrete();
     _baristaCommentConcrete = new BaristaCommentConrete();
 }
 public BaristaCommentController()
 {
     _baristaCommentConrete = new BaristaCommentConrete();
     _customerConcrete      = new CustomerConcrete();
     _baristaConcrete       = new BaristaConcrete();
 }
예제 #3
0
 public BaristaController()
 {
     _baristaConcrete = new BaristaConcrete();
 }
예제 #4
0
 public CoffeeController()
 {
     _baristaConcrete       = new BaristaConcrete();
     _coffeeConcrete        = new CoffeeConcrete();
     _coffeeCommentConcrete = new CoffeeCommentConcrete();
 }