示例#1
0
 public bool removeDesignation(string pId, string pUserId)
 {
     return(loDesignation.removeDesignation(pId, pUserId));
 }