- Update dependencies
- Fixed MongoDbPersistence method in GetOneRandom.
- Fixed database cursor closing after operations.
- Fixed DefaultMongoDbFactory registration.
- Fix MongoDbPersistence method in GetListByFilter.
- Moved MongoDbConnection to connect package
- Added IMongoDbPersistenceOverrides to persistence constructors to support virtual methods
- Update dependencies
- Rafactoring code
- Fix returns data in GetPageByFilter method
- Moved some CRUD operations from IdentifiableMongoDbPersistence to MongoDbPersistence
- Added GetCountByFilter method in IdentifiebleMongodbPersistence
Initial public release
- build factory for creating MongoDB persistence components
- connect instruments for configuring connections to the database
- persistence abstract classes for working with the database