Beispiel #1
0
        public void Distinct()
        {
            MongoAggregation mb = new MongoAggregation();

            mb.Distinct();
        }
Beispiel #2
0
        public void CountAll()
        {
            MongoAggregation mb = new MongoAggregation();

            mb.CountAll();
        }