PPPDDDChap23.EventSourcing.Application.Infrastructure.PayAsYouGoAccountRepository.PayAsYouGoAccountRepository C# (CSharp) Method

PayAsYouGoAccountRepository() public method

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

Same methods

PayAsYouGoAccountRepository::PayAsYouGoAccountRepository ( IEventStore eventStore ) : System