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