示例#1
0
 //社团成员添加,注意已添加社团成员不可再加入
 public static bool GetCorAdd(string xh)
 {
     if (UserService.GetUserCorId(xh))   //为真存在
     {
         return(false);
     }
     return(CorService.GetCorAdd(xh));
 }