Exemple #1
0
 //Lấy tên nhân viên từ bảng nhân viên
 public string getTenNV(string ma)
 {
     return(nvMod.GetTenNV(ma));
 }