Example #1
0
 public TestRepo(TestRecordContext db, IMapper mapper, IEntityDeepUpdater <Test, TestRecord> updater) : base(db, mapper, updater)
 {
 }
Example #2
0
 public TestUnitOfWork(TestRecordContext context, IRepository <Test> repository) : base(context, repository)
 {
 }