Exemplo n.º 1
0
 public OrderController(IBizlunchService Service)
 {
     //  this.Log = log;
     this._Service = Service;
 }
Exemplo n.º 2
0
 public AccountController(IBizlunchService Service)
 {
     //  this.Log = log;
     this._Service = Service;
 }
Exemplo n.º 3
0
 public HomeController(IBizlunchService service)
 {
     _Service = service;
 }
Exemplo n.º 4
0
 public RestaurantController(IBizlunchService service)
 {
     _Service = service;
 }
Exemplo n.º 5
0
 public MessageController(IBizlunchService Service)
 {
     //  this.Log = log;
     this._Service = Service;
 }
Exemplo n.º 6
0
 public OrderController(IBizlunchService service)
 {
     _Service = service;
 }