Custom
NOTE
Check out the Marten out of the box code as an example.
You can provide your data storage, to do this you will need to provide the following:
- an implementation of the
ISessioninterface - an implementation of the
StorageSetupabstract class
this will allow Laters to be able to interact with your persistence as required.
