Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <LessonManager.ServiceReference2.GetLessonResponse> GetLessonAsync(int Instructor_ID)
 {
     LessonManager.ServiceReference2.GetLessonRequest inValue = new LessonManager.ServiceReference2.GetLessonRequest();
     inValue.Body = new LessonManager.ServiceReference2.GetLessonRequestBody();
     inValue.Body.Instructor_ID = Instructor_ID;
     return(((LessonManager.ServiceReference2.WebService1Soap)(this)).GetLessonAsync(inValue));
 }
Ejemplo n.º 2
0
 public string GetLesson(int Instructor_ID)
 {
     LessonManager.ServiceReference2.GetLessonRequest inValue = new LessonManager.ServiceReference2.GetLessonRequest();
     inValue.Body = new LessonManager.ServiceReference2.GetLessonRequestBody();
     inValue.Body.Instructor_ID = Instructor_ID;
     LessonManager.ServiceReference2.GetLessonResponse retVal = ((LessonManager.ServiceReference2.WebService1Soap)(this)).GetLesson(inValue);
     return(retVal.Body.GetLessonResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <LessonManager.ServiceReference2.GetLessonResponse> LessonManager.ServiceReference2.WebService1Soap.GetLessonAsync(LessonManager.ServiceReference2.GetLessonRequest request)
 {
     return(base.Channel.GetLessonAsync(request));
 }
Ejemplo n.º 4
0
 LessonManager.ServiceReference2.GetLessonResponse LessonManager.ServiceReference2.WebService1Soap.GetLesson(LessonManager.ServiceReference2.GetLessonRequest request)
 {
     return(base.Channel.GetLesson(request));
 }