示例#1
0
 public static void deleteEmployer(string EmployerId)
 {
     EmployerDAL.deleteEmployer(EmployerId);
 }