예제 #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));
 }