Example #1
0
 internal StateTransactionManager(IOriginator originator)
 {
     this.originator = originator.ThrowIfNull(nameof(originator));
 }