public CustomerDB()
 {
     OSCDbContext = new OSCDbContext();
 }
Beispiel #2
0
 public ProductDB()
 {
     OSCDbContext = new OSCDbContext();
 }