Esempio n. 1
0
 public HomeController()
 {
     db = new C1709M_PROJ();
 }
Esempio n. 2
0
 public Repository()
 {
     db  = new C1709M_PROJ();
     tbl = db.Set <TEntity>();
 }
 public ProductsController()
 {
     db = new C1709M_PROJ();
 }