Exemplo n.º 1
0
 private bool HasthisEmailValid(Student aStudent)
 {
     return(aStudentGateway.CheckEmail(aStudent));
 }