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; }
public GetCourseResponse(web136.SLCourse.Course GetCourseResult, string[] errors) { this.GetCourseResult = GetCourseResult; this.errors = errors; }
public UpdateCourseRequest(web136.SLCourse.Course course, string[] errors) { this.course = course; this.errors = errors; }