Exemplo n.º 1
0
        public ActionResult GetPhotosByAlbumName(string albumName)
        {
            var albumContent = _service.GetPhotosByAlbumName(albumName);

            return(View("GetPhotosByAlbumId", albumContent));
        }