public ElectricityPlansUserControl()
 {
     _repository = new ElectricityPlanRepositoryInMemory();
 }
Exemplo n.º 2
0
 public FrmDropDownListCascading()
 {
     _repository = new ElectricityPlanRepositoryInMemory();
 }