コード例 #1
0
 public EventCollection List(ProfileQO qo)
 {
     return(this.Execute("event_profiles", qo));
 }
コード例 #2
0
ファイル: Profiles.cs プロジェクト: makosovic/ccb-api-csharp
 public IChurchCommunityBuilderResponse <EventCollection> List(ProfileQO qo)
 {
     return(this.Execute("event_profiles", qo));
 }