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