public IActionResult GetAllCharacterAttributeTypes() { var content = _characterAttributeRowService.GetAllTypes(); var resources = _enrichmentProvider.EnrichManyCharacterAttributeNames(content); return(Result(resources)); }
public IHttpActionResult GetAllCharacterAttributeTypes() { var content = _characterAttributeRowService.GetAllTypes(); return(Result(content)); }