示例#1
0
 public async Task CreateSeedDataTest()
 {
     BsonDocument[] seedData = Simple.CreateSeedData();
     await Simple.AsyncCrud(seedData);
 }