Exemplo n.º 1
0
 public MyProfileController()
 {
     db  = new TripAdvertisementContext();
     adb = new ApplicationDbContext();
 }
 public AccountController()
 {
     db      = new TripAdvertisementContext();
     context = new ApplicationDbContext();
 }