PPPDDDChap23.EventSourcing.Application.Infrastructure.PayAsYouGoAccountRepository.PayAsYouGoAccountRepository C# (CSharp) 메소드

PayAsYouGoAccountRepository() 공개 메소드

public PayAsYouGoAccountRepository ( EventStore eventStore ) : System
eventStore EventStore
리턴 System
        public PayAsYouGoAccountRepository(EventStore eventStore)
        {
            _eventStore = eventStore;
        }

Same methods

PayAsYouGoAccountRepository::PayAsYouGoAccountRepository ( IEventStore eventStore ) : System