예제 #1
0
 public EnclosingStructureMaterialsRepository(ThermalCalcContext context)
 {
     this.context = context;
 }
예제 #2
0
 public CitiesRepository(ThermalCalcContext context)
 {
     this.context = context;
 }
예제 #3
0
 public EFUnitOfWork(string name)
 {
     context = new ThermalCalcContext(name);
 }
예제 #4
0
 public MaterialsRepository(ThermalCalcContext context)
 {
     this.context = context;
 }
 public BuildingTypesRepository(ThermalCalcContext context)
 {
     this.context = context;
 }