Example #1
0
 private async static Task CreateNeededCollections(DocumentDbContext docdbCtx)
 {
     Console.WriteLine("Recreating collections");
     await docdbCtx.CreateAllNeededCollectionsAsync();
 }
 private async static Task CreateNeededCollections(DocumentDbContext docdbCtx)
 {
     Console.WriteLine("Recreating collections");
     await docdbCtx.CreateAllNeededCollectionsAsync();
 }