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