Exemplo n.º 1
0
 public EventService(IEventRepository repository, IEventUnitRepository eventUnitRepository)
     : base(repository)
 {
     this.eventUnitService = new EventUnitService(eventUnitRepository);
 }
Exemplo n.º 2
0
 public EventUnitService(IEventUnitRepository repository)
     : base(repository)
 {
 }