Ejemplo n.º 1
0
 private void addDicSrcCounter(List <Service> lstServices, List <Counter> lstCounters, string langCd)
 {
     dicAllServices = socController.setDicServices(lstServices, dicAllServices, langCd);
     dicAllCounters = socController.setDicCounters(lstCounters, dicAllCounters, langCd);
 }