Refactoring to have a greater separation of concern.

This commit is contained in:
alexandre-spieser
2017-12-06 23:20:53 +00:00
parent 3d104764ae
commit e15c1e4ad2
7 changed files with 1458 additions and 1228 deletions
@@ -1,5 +1,6 @@
using MongoDB.Driver;
using MongoDbGenericRepository.Models;
using MongoDbGenericRepository.Utils;
using System;
namespace MongoDbGenericRepository