Ejemplo n.º 1
0
 public int SinhVien_Insert(string MaNV, string HoVaTen)
 {
     return(nhanvien_DAL.NhanVien_Insert(MaNV, HoVaTen));
 }