Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <LessonManager.ServiceReference3.UploadNotesResponse> UploadNotesAsync(string xmlNote)
 {
     LessonManager.ServiceReference3.UploadNotesRequest inValue = new LessonManager.ServiceReference3.UploadNotesRequest();
     inValue.Body         = new LessonManager.ServiceReference3.UploadNotesRequestBody();
     inValue.Body.xmlNote = xmlNote;
     return(((LessonManager.ServiceReference3.WebService1Soap)(this)).UploadNotesAsync(inValue));
 }
Ejemplo n.º 2
0
 public string UploadNotes(string xmlNote)
 {
     LessonManager.ServiceReference3.UploadNotesRequest inValue = new LessonManager.ServiceReference3.UploadNotesRequest();
     inValue.Body         = new LessonManager.ServiceReference3.UploadNotesRequestBody();
     inValue.Body.xmlNote = xmlNote;
     LessonManager.ServiceReference3.UploadNotesResponse retVal = ((LessonManager.ServiceReference3.WebService1Soap)(this)).UploadNotes(inValue);
     return(retVal.Body.UploadNotesResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <LessonManager.ServiceReference3.UploadNotesResponse> LessonManager.ServiceReference3.WebService1Soap.UploadNotesAsync(LessonManager.ServiceReference3.UploadNotesRequest request)
 {
     return(base.Channel.UploadNotesAsync(request));
 }
Ejemplo n.º 4
0
 LessonManager.ServiceReference3.UploadNotesResponse LessonManager.ServiceReference3.WebService1Soap.UploadNotes(LessonManager.ServiceReference3.UploadNotesRequest request)
 {
     return(base.Channel.UploadNotes(request));
 }