Esempio n. 1
0
 public CommunityOperationResult RemoveCommunityMember(CommunityMemberType memberType, int relatedId)
 {
     return(new CommunityOperationResult()
     {
         IsSucceed = RandomHelper.Bool()
     });
 }
Esempio n. 2
0
 public CommunityOperationResult RemoveCommunityMember(CommunityMemberType memberType, int relatedId)
 {
     return new CommunityOperationResult() { IsSucceed = RandomHelper.Bool() };
 }