コード例 #1
0
 public CommunityOperationResult RemoveCommunityMember(CommunityMemberType memberType, int relatedId)
 {
     return(new CommunityOperationResult()
     {
         IsSucceed = RandomHelper.Bool()
     });
 }
コード例 #2
0
 public CommunityOperationResult RemoveCommunityMember(CommunityMemberType memberType, int relatedId)
 {
     return new CommunityOperationResult() { IsSucceed = RandomHelper.Bool() };
 }