コード例 #1
0
 public ExtratoService(
     IEventStoreService eventStoreService,
     IExtratoParticipanteRepository extratoRepository
     )
 {
     this.eventStoreService = eventStoreService;
     this.extratoRepository = extratoRepository;
 }