コード例 #1
0
 public WhenAskedToCreateABatchOfRecords(FixtureForCreatingBatchsOfRecords fixture)
 {
     _result = fixture.Result;
     _table  = fixture.TsTable;
 }
コード例 #2
0
ファイル: TsSet.cs プロジェクト: chandandas/Azure.Storage
 public TsSet(ITsTable <T> table)
 {
     _table = table;
 }