Пример #1
0
        public VBG01134_validarCorreoResult Agenda_ValidarCorreo(int idEmpresa, int codigoUsuario, string idAgenda, ref bool?existeCliente, ref bool?existeCorreo)
        {
            AgendaBL objAgendaBL;

            try
            {
                objAgendaBL = new AgendaBL();
                return(objAgendaBL.Agenda_ValidarCorreo(idEmpresa, codigoUsuario, idAgenda, ref existeCliente, ref existeCorreo));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }