Esempio n. 1
0
 protected DAOBase(stocktakingEntities context)
 {
     Context = new StocktakingContext(context);
 }
Esempio n. 2
0
 protected DAOBase()
 {
     Context = new StocktakingContext(new stocktakingEntities());
 }