Beispiel #1
0
 public OrderDal(EFContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public StockLogDal(EFContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public LogDal(EFContext context)
 {
     _context = context;
 }