Exemple #1
0
 public Task <TAggregate> GetAsOfDate(Guid aggregateId, DateTimeOffset asOfDate)
 {
     return(innerRepository.GetAsOfDate(aggregateId, asOfDate));
 }