Пример #1
0
        public IHttpActionResult GetGroups()
        {
            ICollection <Group> groups = mapperFactory.CreateGroupMapper().Map(identityManagementService.GetGroups());

            return(Ok(groups));
        }