예제 #1
0
 public string sendSMSISU(string username, string password, string provider, string number, string message)
 {
     Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSISURequest inValue = new Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSISURequest();
     inValue.username = username;
     inValue.password = password;
     inValue.provider = provider;
     inValue.number   = number;
     inValue.message  = message;
     Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSISUResponse retVal = ((Project_Fall2015_SilentAunctionPro.ISUSMSWebService.ISUSMS)(this)).sendSMSISU(inValue);
     return(retVal.@return);
 }
예제 #2
0
 Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSISUResponse Project_Fall2015_SilentAunctionPro.ISUSMSWebService.ISUSMS.sendSMSISU(Project_Fall2015_SilentAunctionPro.ISUSMSWebService.sendSMSISURequest request)
 {
     return(base.Channel.sendSMSISU(request));
 }