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