Exemplo n.º 1
0
 public bool CountNumberOfStudent(ref int number)
 {
     return(studentDA.CountNumberOfStudent(ref number));
 }