예제 #1
0
 PeriodoCollectionDC IPeriodo.WSListarPeriodos()
 {
     PeriodoBC objPeriodoBC = new PeriodoBC();
     return TranslatorHelper.TranslateListarPeriodosLRToPeriodoCollectionDC(objPeriodoBC.listarPeriodos());
 }
예제 #2
0
 PeriodoDC IPeriodo.WSObtenerPeriodoActual()
 {
     PeriodoBC objPeriodoBC = new PeriodoBC();
     return TranslatorHelper.TranslatePeriodoLRToPeriodoDC(objPeriodoBC.obtenerPeriodo());
 }
 PeriodoDC SSIA2013ServiceContracts.WSObtenerPeriodoActual()
 {
     PeriodoBC objPeriodoBC = new PeriodoBC();
         return TranslatorHelper.TranslatePeriodoLRToPeriodoDC(objPeriodoBC.obtenerPeriodo());
 }