예제 #1
0
 public System.Threading.Tasks.Task <LessonManager.ServiceReference3.GetLessonMgrDetailsResponse> GetLessonMgrDetailsAsync(int Booking_ID)
 {
     LessonManager.ServiceReference3.GetLessonMgrDetailsRequest inValue = new LessonManager.ServiceReference3.GetLessonMgrDetailsRequest();
     inValue.Body            = new LessonManager.ServiceReference3.GetLessonMgrDetailsRequestBody();
     inValue.Body.Booking_ID = Booking_ID;
     return(((LessonManager.ServiceReference3.WebService1Soap)(this)).GetLessonMgrDetailsAsync(inValue));
 }
예제 #2
0
 public string GetLessonMgrDetails(int Booking_ID)
 {
     LessonManager.ServiceReference3.GetLessonMgrDetailsRequest inValue = new LessonManager.ServiceReference3.GetLessonMgrDetailsRequest();
     inValue.Body            = new LessonManager.ServiceReference3.GetLessonMgrDetailsRequestBody();
     inValue.Body.Booking_ID = Booking_ID;
     LessonManager.ServiceReference3.GetLessonMgrDetailsResponse retVal = ((LessonManager.ServiceReference3.WebService1Soap)(this)).GetLessonMgrDetails(inValue);
     return(retVal.Body.GetLessonMgrDetailsResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <LessonManager.ServiceReference3.GetLessonMgrDetailsResponse> LessonManager.ServiceReference3.WebService1Soap.GetLessonMgrDetailsAsync(LessonManager.ServiceReference3.GetLessonMgrDetailsRequest request)
 {
     return(base.Channel.GetLessonMgrDetailsAsync(request));
 }
예제 #4
0
 LessonManager.ServiceReference3.GetLessonMgrDetailsResponse LessonManager.ServiceReference3.WebService1Soap.GetLessonMgrDetails(LessonManager.ServiceReference3.GetLessonMgrDetailsRequest request)
 {
     return(base.Channel.GetLessonMgrDetails(request));
 }