Beispiel #1
0
        public System.Threading.Tasks.Task getConfirmAsync(string sessionID, string Mssg)
        {
            getConfirm inValue = new getConfirm();

            inValue.sessionID = sessionID;
            inValue.Mssg      = Mssg;
            return(((ConsultaPorCurpServicePortType)(this)).getConfirmAsync(inValue));
        }
Beispiel #2
0
        public void getConfirm(string sessionID, string Mssg)
        {
            getConfirm inValue = new getConfirm();

            inValue.sessionID = sessionID;
            inValue.Mssg      = Mssg;
            ((ConsultaPorCurpServicePortType)(this)).getConfirm(inValue);
        }
Beispiel #3
0
 System.Threading.Tasks.Task ConsultaPorCurpServicePortType.getConfirmAsync(getConfirm request)
 {
     return(base.Channel.getConfirmAsync(request));
 }
Beispiel #4
0
 void ConsultaPorCurpServicePortType.getConfirm(getConfirm request)
 {
     base.Channel.getConfirm(request);
 }