Exemple #1
0
        public ActionResult EnSonHaberler()
        {
            var model = AnaSayfaBLL.EnsonHaberGetir();

            return(View(model));
        }
Exemple #2
0
        public ActionResult MansetGetir()
        {
            var model = AnaSayfaBLL.MansetGetir();

            return(View(model));
        }