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