Beispiel #1
0
 public void InsertDepartment(web136.SLDepartment.Department dept, ref string[] errors)
 {
     web136.SLDepartment.InsertDepartmentRequest inValue = new web136.SLDepartment.InsertDepartmentRequest();
     inValue.dept   = dept;
     inValue.errors = errors;
     web136.SLDepartment.InsertDepartmentResponse retVal = ((web136.SLDepartment.ISLDepartment)(this)).InsertDepartment(inValue);
     errors = retVal.errors;
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <web136.SLDepartment.InsertDepartmentResponse> InsertDepartmentAsync(web136.SLDepartment.InsertDepartmentRequest request)
 {
     return(base.Channel.InsertDepartmentAsync(request));
 }
Beispiel #3
0
 web136.SLDepartment.InsertDepartmentResponse web136.SLDepartment.ISLDepartment.InsertDepartment(web136.SLDepartment.InsertDepartmentRequest request)
 {
     return(base.Channel.InsertDepartment(request));
 }