public EntityStudentRepository() { _studentMsDb = StudentMsDbSingleton.SingletonStudentDb(); }
public AdminController() { _db = new StudentMsDb(); }