Esempio n. 1
0
 // Use Dependency Injection to supply database context that already has a connection string
 // from appSettings
 public ZipController(BluejayContext context)
 {
     this._context = context;
 }
Esempio n. 2
0
 // Use Dependency Injection to supply database context that already has a connection string
 // from appSettings
 public StateController(BluejayContext context)
 {
     this._context = context;
 }