Beispiel #1
0
 public ManageController(XRefSpecDBContext db)
 {
     _db = db;
 }
Beispiel #2
0
 public GetController(XRefSpecDBContext db)
 {
     _db = db;
 }
Beispiel #3
0
 public FileController(XRefSpecDBContext db, IHostingEnvironment environment)
 {
     _db          = db;
     _environment = environment;
 }
Beispiel #4
0
 public QueryController(XRefSpecDBContext db)
 {
     _db = db;
 }