コード例 #1
0
 public IEnumerable <BsonDocument> Aggregate(IEnumerable <BsonDocument> operations)
 {
     return(_storage.Aggregate(operations));
 }