/// <summary> /// Hàm lấy ra tất cả các Nhân viên /// </summary> /// <returns>Danh sách Nhân viên</returns> /// Người tạo: ntxuan (20/6/2019) public List <Employee> GetAllEmployee() { return(employeeDL.GetAllEmployee()); }