Skip to content

Instantly share code, notes, and snippets.

@diegofrata
diegofrata / Repository.fs
Last active December 10, 2015 06:28 — forked from anonymous/Repository.fs
Very Simple MongoDB Repository for F#
open System.Collections
open System.Configuration
open System.Data.Entity.Design.PluralizationServices
open System.Linq
open FluentMongo.Linq
open MongoDB.Bson
open MongoDB.Driver
open MongoDB.Driver.Builders