示例#1
0
 public static List <Employer> getAllEmployerList()
 {
     return(EmployerDAL.getAllEmployerList());
 }