static ConstructionChangeDirectiveService() { ConstructionChangeDirectiveService.unitOfWork = new UnitOfWork(); ConstructionChangeDirectiveService.repository = RepositoryFactory.GetRepository <IConstructionChangeDirectiveRepository, ConstructionChangeDirective>( ConstructionChangeDirectiveService.unitOfWork); }
public ConstructionChangeDirectiveRepositoryTest() { this.unitOfWork = new UnitOfWork(); this.repository = RepositoryFactory.GetRepository<IConstructionChangeDirectiveRepository, ConstructionChangeDirective>(this.unitOfWork); }
public ConstructionChangeDirectiveRepositoryTest() { this.unitOfWork = new UnitOfWork(); this.repository = RepositoryFactory.GetRepository <IConstructionChangeDirectiveRepository, ConstructionChangeDirective>(this.unitOfWork); }