public DBMigrationService(OMSAppContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public OrderRepository(OMSAppContext context)
 {
     _context = context;
 }
 public CustomerRepository(OMSAppContext context)
 {
     _context = context;
 }