예제 #1
0
 public List <ResumenLecturas> Capa_Negocio_Get_MostrarFotosLecturas(int id_lectura)
 {
     try
     {
         DLectura Objeto_Dato = new DLectura();
         return(Objeto_Dato.Capa_Dato_Get_MostrarFotosLecturas(id_lectura));
     }
     catch (Exception e)
     {
         throw e;
     }
 }
예제 #2
0
 public List <Cls_Entidad_ReporteDiarioNew> Capa_Negocio_Get_ListadoReporteDiario(int cliente, string fechaini, string fechafin, int idServicio)
 {
     try
     {
         DLectura Objeto_Dato = new DLectura();
         return(Objeto_Dato.Capa_Dato_Get_ListadoReporteDiario(cliente, fechaini, fechafin, idServicio));
     }
     catch (Exception e)
     {
         throw e;
     }
 }
예제 #3
0
 public List <Fotos> Capa_Negocio_Get_MostrarFotos(int id_lectura, int idservicio)
 {
     try
     {
         DLectura Objeto_Dato = new DLectura();
         return(Objeto_Dato.Capa_Dato_Get_MostrarFotos(id_lectura, idservicio));
     }
     catch (Exception e)
     {
         throw e;
     }
 }