Exemplo n.º 1
0
 public void UpdateCourse(web136.SLCourse.Course course, ref string[] errors)
 {
     web136.SLCourse.UpdateCourseRequest inValue = new web136.SLCourse.UpdateCourseRequest();
     inValue.course = course;
     inValue.errors = errors;
     web136.SLCourse.UpdateCourseResponse retVal = ((web136.SLCourse.ISLCourse)(this)).UpdateCourse(inValue);
     errors = retVal.errors;
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <web136.SLCourse.UpdateCourseResponse> UpdateCourseAsync(web136.SLCourse.UpdateCourseRequest request)
 {
     return(base.Channel.UpdateCourseAsync(request));
 }
Exemplo n.º 3
0
 web136.SLCourse.UpdateCourseResponse web136.SLCourse.ISLCourse.UpdateCourse(web136.SLCourse.UpdateCourseRequest request)
 {
     return(base.Channel.UpdateCourse(request));
 }