Example #1
0
        //private OrderDbContext orderDB = new OrderDbContext();

        // GET: Customer
        public ActionResult Index()
        {
            return(View(db.GetCustomersWithOrders().ToList()));
        }