Example #1
0
 public EditPhdScholarsPageModel(ProfileDbContext pdb, PhdStudentsDbContext phddb)
 {
     profileDbContext     = pdb;
     phdStudentsDbContext = phddb;
     CurrentProfile       = new Profile();
 }
Example #2
0
 public DeletePhdScholarModel(PhdStudentsDbContext phd, ProfileDbContext pDb)
 {
     phdStudentsDbContext = phd;
     profileDbContext     = pDb;
     CurrentProfile       = new Profile();
 }