public ElectricityPlansUserControl()
 {
     _repository = new ElectricityPlanRepositoryInMemory();
 }
예제 #2
0
 public FrmDropDownListCascading()
 {
     _repository = new ElectricityPlanRepositoryInMemory();
 }