Beispiel #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 CoffeeCommentController()
 {
     _coffeeCommentConcrete = new CoffeeCommentConcrete();
     _coffeeConcrete        = new CoffeeConcrete();
     _customerConcrete      = new CustomerConcrete();
 }
Beispiel #3
0
 public CoffeeController()
 {
     _baristaConcrete       = new BaristaConcrete();
     _coffeeConcrete        = new CoffeeConcrete();
     _coffeeCommentConcrete = new CoffeeCommentConcrete();
 }