public SomethingElseService(ISomethingElseRepository repository, IIntegrationEventContext eventCotnext)
 {
     this.repository   = repository;
     this.eventCotnext = eventCotnext;
 }
Ejemplo n.º 2
0
 public SampleCrudService(ISampleCrudRepository repo, IIntegrationEventContext eventContext)
 {
     this.repo         = repo;
     this.eventContext = eventContext;
 }