コード例 #1
0
ファイル: Transaction.cs プロジェクト: usinesoft/Cachalot
 public void Commit()
 {
     _client.ExecuteTransaction(_childRequests);
 }