public List <DetalleOperacionDocumentoResult> ListarDetalleDocumentos(int idEmpresa, int codigoUsuario, DateTime fechaCorte, char operacion, string id_agenda, int tipoFamiliaDoc, int tipoDoc) { DocumentoBL objDocumentoBL; try { objDocumentoBL = new DocumentoBL(); return(objDocumentoBL.ListarDetalleDocumentos(idEmpresa, codigoUsuario, fechaCorte, operacion, id_agenda, tipoFamiliaDoc, tipoDoc)); } catch (Exception ex) { throw ex; } }