public System.Threading.Tasks.Task <Student_InfoApp.ServiceReference1.UpdateResponse> UpdateAsync(Student_InfoApp.ServiceReference1.Student_Info stu_info, string r_id)
 {
     Student_InfoApp.ServiceReference1.UpdateRequest inValue = new Student_InfoApp.ServiceReference1.UpdateRequest();
     inValue.Body          = new Student_InfoApp.ServiceReference1.UpdateRequestBody();
     inValue.Body.stu_info = stu_info;
     inValue.Body.r_id     = r_id;
     return(((Student_InfoApp.ServiceReference1.Service1Soap)(this)).UpdateAsync(inValue));
 }
 public System.Threading.Tasks.Task <Student_InfoApp.ServiceReference1.InsertResponse> InsertAsync(Student_InfoApp.ServiceReference1.Student_Info stu_info)
 {
     Student_InfoApp.ServiceReference1.InsertRequest inValue = new Student_InfoApp.ServiceReference1.InsertRequest();
     inValue.Body          = new Student_InfoApp.ServiceReference1.InsertRequestBody();
     inValue.Body.stu_info = stu_info;
     return(((Student_InfoApp.ServiceReference1.Service1Soap)(this)).InsertAsync(inValue));
 }
 public UpdateRequestBody(Student_InfoApp.ServiceReference1.Student_Info stu_info, string r_id)
 {
     this.stu_info = stu_info;
     this.r_id     = r_id;
 }
 public SearchResponseBody(Student_InfoApp.ServiceReference1.Student_Info SearchResult)
 {
     this.SearchResult = SearchResult;
 }
 public InsertRequestBody(Student_InfoApp.ServiceReference1.Student_Info stu_info)
 {
     this.stu_info = stu_info;
 }