Example #1
0
        public ActionResult Index()
        {
            KayitTakipDBContext db = new KayitTakipDBContext();

            return(View(db.Customers.ToList()));
        }