Ejemplo n.º 1
0
        public IActionResult GetAllCharacterAttributeTypes()
        {
            var content   = _characterAttributeRowService.GetAllTypes();
            var resources = _enrichmentProvider.EnrichManyCharacterAttributeNames(content);

            return(Result(resources));
        }
Ejemplo n.º 2
0
        public IHttpActionResult GetAllCharacterAttributeTypes()
        {
            var content = _characterAttributeRowService.GetAllTypes();

            return(Result(content));
        }