Example #1
0
 public DbContextBase()
 {
     db          = DatabaseFactory.CreateDatabase();
     dataContext = new NegoshoeDataContext();
 }
 public ItemStatusDA()
 {
     dataContext = new NegoshoeDataContext();
 }