Example #1
0
 public static int GetAllStudentsCount()
 {
     StudentDAL obj = new StudentDAL();
     return obj.GetAllStudentsCount();
 }