public SomethingElseService(ISomethingElseRepository repository, IIntegrationEventContext eventCotnext) { this.repository = repository; this.eventCotnext = eventCotnext; }
public SampleCrudService(ISampleCrudRepository repo, IIntegrationEventContext eventContext) { this.repo = repo; this.eventContext = eventContext; }