Example #1
0
        public ActionResult Index()
        {
            var channel = _staticClient.GetChannel("gibletto");

            return(View(channel));
        }