Esempio n. 1
0
        public ActionResult Images(int id)
        {
            var model = _artistsService.GetAllImageByArtist(id);

            return(View(model));
        }