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