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