Example #1
0
 public void InsertCourse(web136.SLCourse.Course course, ref string[] errors)
 {
     web136.SLCourse.InsertCourseRequest inValue = new web136.SLCourse.InsertCourseRequest();
     inValue.course = course;
     inValue.errors = errors;
     web136.SLCourse.InsertCourseResponse retVal = ((web136.SLCourse.ISLCourse)(this)).InsertCourse(inValue);
     errors = retVal.errors;
 }
Example #2
0
 public System.Threading.Tasks.Task <web136.SLCourse.InsertCourseResponse> InsertCourseAsync(web136.SLCourse.InsertCourseRequest request)
 {
     return(base.Channel.InsertCourseAsync(request));
 }
Example #3
0
 web136.SLCourse.InsertCourseResponse web136.SLCourse.ISLCourse.InsertCourse(web136.SLCourse.InsertCourseRequest request)
 {
     return(base.Channel.InsertCourse(request));
 }