Esempio n. 1
0
 //Lấy chức vụ nhân viên từ bảng nhân viên
 public string getChucVuNV(string ma)
 {
     return(nvMod.GetChucVuNV(ma));
 }