public StudentPage() { studentService = new IndividualStudentService(connectionString); }
public void Setup() { _myDbAccess = new Mock <IDbAccess>(); _studentService = new IndividualStudentService(_connectionString, _myDbAccess.Object); }