Exemplo n.º 1
0
        public IActionResult GetSearchedMonsters()
        {
            var monsters = _monsterService.GetSearchedMonsters(this.AuthenticatedUserId());

            return(Ok(monsters));
        }