Beispiel #1
0
 public int TotalStudentCount()
 {
     return(_studentDal.TotalStudentCount());
 }