Exemplo n.º 1
0
 public int GetCount()
 {
     DAL.Student dal = new DAL.Student();
     return(dal.GetCount());
 }