示例#1
0
 //删除社团中的成员
 public static bool RemoveUserCor(int id)
 {
     return(CorService.RemoveUserCor(id));
 }