예제 #1
0
 // HIen thi danh sach Nhan Vien
 public DataTable GetAllEmployee(NhanVien nv)
 {
     return(nhanVienAccess.GetAllEmployee(nv));
 }