Ejemplo n.º 1
0
 public DbContextBase()
 {
     db          = DatabaseFactory.CreateDatabase();
     dataContext = new NegoshoeDataContext();
 }
Ejemplo n.º 2
0
 public ItemStatusDA()
 {
     dataContext = new NegoshoeDataContext();
 }