public List <Cls_Entidad_Importacion_Lecturas> Capa_Negocio_Listar_Temporal_Lecturas_Detallado(int cod_usuario, string SC, string DNI)
 {
     try
     {
         Cls_Dato_Importacion_Lecturas Objeto_Dato = new Cls_Dato_Importacion_Lecturas();
         return(Objeto_Dato.Capa_Dato_Listar_Temporal_Lecturas_Detallado(cod_usuario, SC, DNI));
     }
     catch (Exception e)
     {
         throw e;
     }
 }