Example #1
0
        public IActionResult Worlds()
        {
            var worldsImageId  = 25; // TODO: It is temporary image. It will be a page with text in the future.
            var imageViewModel = Mapper.Map <ImageViewModel>(charactersRepository.GetImageById(worldsImageId));

            return(View(imageViewModel));
        }