Exemplo n.º 1
0
 public Student GetDetail(string schoolNumber)
 {
     return(_studentDal.GetDetail(schoolNumber));
 }