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

PayAsYouGoAccountRepository() public method

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

Same methods

PayAsYouGoAccountRepository::PayAsYouGoAccountRepository ( EventStore eventStore ) : System