C# Class AppEvents.JsonStorageProvider

Inheritance: IEventStorageProvider
Afficher le fichier Open project: dkarzon/AppEvents

Méthodes publiques

Méthode Description
LoadEventStore ( ) : EventStore
SaveEventStore ( EventStore eventStore ) : void

Method Details

LoadEventStore() public méthode

public LoadEventStore ( ) : EventStore
Résultat EventStore

SaveEventStore() public méthode

public SaveEventStore ( EventStore eventStore ) : void
eventStore EventStore
Résultat void