コード例 #1
0
ファイル: Program.cs プロジェクト: EmiiFont/MyShuttle_RC
 private async static Task CreateNeededCollections(DocumentDbContext docdbCtx)
 {
     Console.WriteLine("Recreating collections");
     await docdbCtx.CreateAllNeededCollectionsAsync();
 }
コード例 #2
0
 private async static Task CreateNeededCollections(DocumentDbContext docdbCtx)
 {
     Console.WriteLine("Recreating collections");
     await docdbCtx.CreateAllNeededCollectionsAsync();
 }