Exemplo n.º 1
0
        public IActionResult Index()
        {
            RedditDal AwwDal = new RedditDal();
            Aww       aww    = AwwDal.GetAww();

            return(View(aww));
        }
Exemplo n.º 2
0
        public IActionResult Subreddit()
        {
            //string output = RD.GetAPIString("aww");
            //ViewBag.test = output;

            Aww rp = RD.GetAww();

            return(View(rp));
        }