Exemplo n.º 1
0
 public BestillingController(IBestillingBLL stub)
 {
     _bestillingBLL = stub;
 }
Exemplo n.º 2
0
 public BestillingController()
 {
     _bestillingBLL = new BestillingBLL();
 }