コード例 #1
0
 public TestDataController()
 {
     _storageAccount = ControllerUtil.CreateStorageAccount();
     _storage        = new TestResultStorage(_storageAccount);
     _stats          = new TestCacheStats(_storage, _storageAccount.CreateCloudTableClient());
     _statsUtil      = ControllerUtil.GetOrCreateCounterStatsUtil(_storageAccount);
 }