Beispiel #1
0
        public ActionResult ViewComments()
        {
            var service = new AlbumFotoService();
            var poza    = Request["picName"].ToString();

            return(View(service.GetComment(poza)));
        }