예제 #1
0
 public EventService(IEventRepository repository, IEventUnitRepository eventUnitRepository)
     : base(repository)
 {
     this.eventUnitService = new EventUnitService(eventUnitRepository);
 }
예제 #2
0
 public EventUnitService(IEventUnitRepository repository)
     : base(repository)
 {
 }