Skip to content

Instantly share code, notes, and snippets.

@ArminMa
ArminMa / gist:6e9f262aaf9cc80f8788274a1e7f249b
Created May 16, 2017 00:21 — forked from antdimot/Repository.cs
Example of mongodb repository in C#
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using MongoDB.Bson;
using MongoDB.Driver;
using MongoDB.Driver.Builders;