Beispiel #1
0
 public ProjectService(BTNETContext db)
 {
     _dbContext = db;
 }
Beispiel #2
0
 public UserService(BTNETContext db)
 {
     _dbContext = db;
 }