public DoctorsController() { _context = new MongoDBContext(); _specs = new PopulateSpecilizations(); _degrees = new PopulateDoctorDegrees(); _genders = new PopulateGenders(); _table = "Doctors"; }
public PatientsController() { _context = new MongoDBContext(); _spec = new PopulateSpecilizations(); _table = "Patients"; }