LCOV - code coverage report | ||||||||||||||||||
|
||||||||||||||||||
Line data Source code 1 : namespace Cqrs.Mongo.Factories 2 : { 3 : public interface IMongoDataStoreConnectionStringFactory 4 : { 5 0 : string GetMongoConnectionString(); 6 : 7 0 : string GetMongoDatabaseName(); 8 : } 9 : } |
Generated by: LCOV version 1.10 |