コード例 #1
0
ファイル: Tests.cs プロジェクト: jkulcsar/repository-pattern
 //===============================================================
 private ExplicitKeyAzureRepository <String, String> Strings(AzureOptions <String> options = null)
 {
     return(ExplicitKeyAzureRepository <String, String> .ForStorageEmulator(options));
 }
コード例 #2
0
ファイル: Tests.cs プロジェクト: jkulcsar/repository-pattern
 //===============================================================
 private ExplicitKeyAzureRepository <TestClass> ExplicitKeyTestObjects(AzureOptions <TestClass> options = null)
 {
     return(ExplicitKeyAzureRepository <TestClass> .ForStorageEmulator(options));
 }