Example #1
0
 protected DAOBase(stocktakingEntities context)
 {
     Context = new StocktakingContext(context);
 }
Example #2
0
 protected DAOBase()
 {
     Context = new StocktakingContext(new stocktakingEntities());
 }