예제 #1
0
 public MyCustomDependency(ICosmosDBStorageSession storageSession)
 {
     transactionalBatch = storageSession.Batch;
 }
예제 #2
0
 public MyHandler(ICosmosDBStorageSession storageSession)
 {
     transactionalBatch = storageSession.Batch;
 }