Esempio n. 1
0
 public int AddExistUser(int orgId, int managerId, string userId)
 {
     return(exeCmd.AddExistUser(orgId, managerId, userId));
 }