Exemple #1
0
 public int getmaHocSinh_Last()
 {
     if (dal.getAll().Count == 0)
     {
         return(0);
     }
     else
     {
         return(dal.getmaHocSinh_Last());
     }
 }