示例#1
0
 public Task <IOutboxTransaction> BeginTransactionAsync()
 {
     return(Outbox.BeginTransactionAsync());
 }