Beispiel #1
0
 public ManageController()
 {
     _dbContext = new ExpertsDatabase5();
     _forEdit   = new ApplicationDbContext();
 }
Beispiel #2
0
 public AccountController()
 {
     _dbContext = new ExpertsDatabase5();
 }