LCOV - code coverage report | ||||||||||||||||||
|
||||||||||||||||||
Line data Source code 1 : using EventStore.ClientAPI; 2 : 3 : namespace Cqrs.EventStore 4 : { 5 : public interface IEventStoreConnectionHelper 6 : { 7 0 : IEventStoreConnection GetEventStoreConnection(); 8 : } 9 : } |
Generated by: LCOV version 1.10 |