Пример #1
0
 private IMongoCollection <Order> GetCollection()
 {
     return(mongoService.GetMongo()?.GetCollection <Order>(collectionName));
 }