Example #1
0
 public EntityBaseRepository(ISnappetFactory snappentDB, string Collections)
 {
     _Collections = snappentDB.CreateInstance().GetCollection <T>(Collections);
 }
Example #2
0
 public SnappetTestRepository(ISnappetFactory snappetDatabase, IOptions <MongoAttributes> attributeMongo)
     : base(snappetDatabase, attributeMongo.Value.SubmittedAnswersCollection)
 {
 }