Ejemplo n.º 1
0
 //phương thức này gọi phương thức sv_delete() ở lớp SinhVien_DAL (tầng DAL)
 public int delete_The(string Mathe)
 {
     return(Th.delete_The(Mathe));
 }