Exemple #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();
 }