public DBMigrationService(OMSAppContext context) { this.context = context; }
public OrderRepository(OMSAppContext context) { _context = context; }
public CustomerRepository(OMSAppContext context) { _context = context; }