Exemple #1
0
 public System.Threading.Tasks.Task <LessonManager.ServiceReference2.UploadNotesResponse> UploadNotesAsync(string Start_Time, decimal duration, string note)
 {
     LessonManager.ServiceReference2.UploadNotesRequest inValue = new LessonManager.ServiceReference2.UploadNotesRequest();
     inValue.Body            = new LessonManager.ServiceReference2.UploadNotesRequestBody();
     inValue.Body.Start_Time = Start_Time;
     inValue.Body.duration   = duration;
     inValue.Body.note       = note;
     return(((LessonManager.ServiceReference2.WebService1Soap)(this)).UploadNotesAsync(inValue));
 }
Exemple #2
0
 public string UploadNotes(string Start_Time, decimal duration, string note)
 {
     LessonManager.ServiceReference2.UploadNotesRequest inValue = new LessonManager.ServiceReference2.UploadNotesRequest();
     inValue.Body            = new LessonManager.ServiceReference2.UploadNotesRequestBody();
     inValue.Body.Start_Time = Start_Time;
     inValue.Body.duration   = duration;
     inValue.Body.note       = note;
     LessonManager.ServiceReference2.UploadNotesResponse retVal = ((LessonManager.ServiceReference2.WebService1Soap)(this)).UploadNotes(inValue);
     return(retVal.Body.UploadNotesResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <LessonManager.ServiceReference2.UploadNotesResponse> LessonManager.ServiceReference2.WebService1Soap.UploadNotesAsync(LessonManager.ServiceReference2.UploadNotesRequest request)
 {
     return(base.Channel.UploadNotesAsync(request));
 }
Exemple #4
0
 LessonManager.ServiceReference2.UploadNotesResponse LessonManager.ServiceReference2.WebService1Soap.UploadNotes(LessonManager.ServiceReference2.UploadNotesRequest request)
 {
     return(base.Channel.UploadNotes(request));
 }