示例#1
0
 public EventCollection List(ProfileQO qo)
 {
     return(this.Execute("event_profiles", qo));
 }
示例#2
0
 public IChurchCommunityBuilderResponse <EventCollection> List(ProfileQO qo)
 {
     return(this.Execute("event_profiles", qo));
 }