Exemplo n.º 1
0
 public CustomerController(CustomerDatabaseContext customerContext)
 {
     _customerContext = customerContext;
 }
Exemplo n.º 2
0
 public LoginController(IConfiguration config, CustomerDatabaseContext customerContext)
 {
     this._config          = config;
     this._customerContext = customerContext;
 }