コード例 #1
0
 public List <Staff> getAllStaff()
 {
     //NhanVienDAL nvDAL = new NhanVienDAL();
     return(StaffDAL.getAllStaff());
 }