Ejemplo n.º 1
0
        public UnitOfWork(PhysicalDB db)
        {
            _db = db;

            TableCreating = new TableCreating();
            TableAdding   = new TableAdding();
            TableShowing  = new TableShowing();
        }
Ejemplo n.º 2
0
 public Repository()
 {
     _db = new PhysicalDB();
 }