예제 #1
0
 public SampleDataType GetResultSpecificRowKey()
 {
     return(TableStorageConfigurationService.Get <SampleDataType>(ExpectedSpecificRowKey));
 }
예제 #2
0
 public SampleDataType GetResult()
 {
     return(TableStorageConfigurationService.Get <SampleDataType>());
 }