Ejemplo n.º 1
0
        public ActionResult ViewComments(string img)
        {
            var service = new AlbumFotoService();

            return(View("ViewComments", service.ViewComments(img)));
        }