예제 #1
0
 public HomeController()
 {
     db = new TestDbEntities1();
 }
예제 #2
0
 public CompanyController()
 {
     db = new TestDbEntities1();
 }
예제 #3
0
 public PurchaseController()
 {
     db = new TestDbEntities1();
 }
예제 #4
0
 public CountryController()
 {
     db = new TestDbEntities1();
 }
예제 #5
0
        // GET: City
        public ActionResult Index()
        {
            TestDbEntities1 db = new TestDbEntities1();

            return(View());
        }