Ejemplo n.º 1
0
        public ActionResult Index()
        {
            var playlistModel = new PlaylistBrowserSource
            {
                Songs = playlistHelper.GetAllSongs()
            };

            return(View(playlistModel));
        }