Esempio n. 1
0
        public IEnumerable <GroupPlacementRegistrant> GetGroupPlacementRegistrants([FromBody] GetGroupPlacementRegistrantsParameters options)
        {
            var rockContext       = new RockContext();
            var registrantService = new RegistrationRegistrantService(rockContext);

            return(registrantService.GetGroupPlacementRegistrants(options, this.GetPerson()));
        }