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

          Line data    Source code
       1             : #region Copyright
       2             : // // -----------------------------------------------------------------------
       3             : // // <copyright company="cdmdotnet Limited">
       4             : // //   Copyright cdmdotnet Limited. All rights reserved.
       5             : // // </copyright>
       6             : // // -----------------------------------------------------------------------
       7             : #endregion
       8             : 
       9             : using System;
      10             : using Cqrs.Domain;
      11             : 
      12             : namespace Cqrs.Snapshots
      13             : {
      14             :         public interface ISnapshotStrategy<TAuthenticationToken>
      15             :         {
      16           0 :                 bool ShouldMakeSnapShot(IAggregateRoot<TAuthenticationToken> aggregate);
      17             : 
      18           0 :                 bool IsSnapshotable(Type aggregateType);
      19             :         }
      20             : }

Generated by: LCOV version 1.10