コード例 #1
0
 public bool TryLoad <AR>(IAggregateRootId id, out AR aggregateRoot) where AR : IAggregateRoot
 {
     return(aggregateRepository.TryLoad <AR>(id, out aggregateRoot));
 }