LCOV - code coverage report
Current view: top level - Cqrs/Domain/Factories - IAggregateFactory.cs Hit Total Coverage
Test: doc-coverage.info Lines: 0 2 0.0 %
Date: 2017-07-26

          Line data    Source code
       1             : using System;
       2             : 
       3             : namespace Cqrs.Domain.Factories
       4             : {
       5             :         public interface IAggregateFactory
       6             :         {
       7           0 :                 TAggregate Create<TAggregate>(Guid? rsn = null, bool tryDependencyResolutionFirst = true);
       8             : 
       9           0 :                 object Create(Type aggregateType, Guid? rsn = null, bool tryDependencyResolutionFirst = true);
      10             :         }
      11             : }

Generated by: LCOV version 1.10