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