コード例 #1
0
 public UnitOfWork()
 {
     this._context = new CityTowerDBContext();
 }
コード例 #2
0
 public GenericRepository(CityTowerDBContext context)
 {
     _entities = context;
 }