Пример #1
0
 //phương thức này gọi phương thức sv_update() ở lớp SinhVien_DAL (tầng DAL)
 public int update_The(string Mathe, string NgayDK, string MaDV)
 {
     return(Th.update_The(Mathe, NgayDK, MaDV));
 }