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