예제 #1
0
 // HIen thi danh sach Nhan Vien
 public List <NhanVien> GetAllLISTEmployee()
 {
     return(nhanVienDAL.GetAllLISTEmployee());
 }