Example #1
0
 public UnitOfWork(SystemContext db)
 {
     _list = new List <object>();
     _db   = db;
 }
 public BaseRepository(SystemContext db)
 {
     _db = db;
 }