C# Class PPPDDDChap23.EventSourcing.Application.Infrastructure.PasAsYouGoAccountSnapshotJob

Show file Open project: elbandit/PPPDDD

Public Methods

Method Description
PasAsYouGoAccountSnapshotJob ( IDocumentStore documentStore ) : PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo
Run ( ) : void

Private Methods

Method Description
GetIds ( ) : IEnumerable

Method Details

PasAsYouGoAccountSnapshotJob() public method

public PasAsYouGoAccountSnapshotJob ( IDocumentStore documentStore ) : PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo
documentStore IDocumentStore
return PPPDDDChap23.EventSourcing.Application.Model.PayAsYouGo

Run() public method

public Run ( ) : void
return void