public void EliminarProteccionMovil(string strNroSec, string strNroCertificado,ref string strCodRespuesta, ref string strMsjRespuesta) { DAProteccionMovil oDAProteccionMovil = new DAProteccionMovil(); oDAProteccionMovil.EliminarProteccionMovil(strNroSec, strNroCertificado, ref strCodRespuesta, ref strMsjRespuesta); }
public void BorrarServicioProteccionMovil(string strNroSec, string strCodServProteccionMovil, string strCodSolPlan,ref string strCodRespuesta, ref string strMsjRespuesta) { DAProteccionMovil oDAProteccionMovil = new DAProteccionMovil(); oDAProteccionMovil.BorrarServicioProteccionMovil(strNroSec, strCodServProteccionMovil,strCodSolPlan, ref strCodRespuesta, ref strMsjRespuesta); }