Domain Driven Design with Web API extensions part 14: implementing the ITimetableRepository interface in MongoDb
December 24, 2015 Leave a comment
Introduction
In the previous post we looked at a couple of basic operations with the MongoDb .NET driver. I decided to include that “intermediate” post so that you won’t get overwhelmed with a lot of new code if you’re new to MongoDb.
In this post we’ll to be implement the ITimetableRepository interface in the MongoDb repository layer.