Beispiel #1
0
 public InitData()
 {
     _context = new KIMEntities();
 }
Beispiel #2
0
 public StockDAL()
 {
     _context = new KIMEntities();
 }
Beispiel #3
0
 public LangDAL()
 {
     _context = new KIMEntities();
 }
Beispiel #4
0
 public OrderDAL()
 {
     _context = new KIMEntities();
 }