//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace HLWebOKBAdminPlugin.OKBService { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="OKBService.IOKBService")] public interface IOKBService { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddResult", ReplyAction="http://tempuri.org/IOKBService/AddResultResponse")] long AddResult(HLWebPluginHost.OKBService.Result dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateResult", ReplyAction="http://tempuri.org/IOKBService/UpdateResultResponse")] void UpdateResult(HLWebPluginHost.OKBService.Result dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteResult", ReplyAction="http://tempuri.org/IOKBService/DeleteResultResponse")] void DeleteResult(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetExperiment", ReplyAction="http://tempuri.org/IOKBService/GetExperimentResponse")] HLWebPluginHost.OKBService.Experiment GetExperiment(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetExperiments", ReplyAction="http://tempuri.org/IOKBService/GetExperimentsResponse")] HLWebPluginHost.OKBService.Experiment[] GetExperiments(long algorithmId, long problemId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddExperiment", ReplyAction="http://tempuri.org/IOKBService/AddExperimentResponse")] long AddExperiment(HLWebPluginHost.OKBService.Experiment dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteExperiment", ReplyAction="http://tempuri.org/IOKBService/DeleteExperimentResponse")] void DeleteExperiment(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetRun", ReplyAction="http://tempuri.org/IOKBService/GetRunResponse")] HLWebPluginHost.OKBService.Run GetRun(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetRuns", ReplyAction="http://tempuri.org/IOKBService/GetRunsResponse")] HLWebPluginHost.OKBService.Run[] GetRuns(long experimentId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddRun", ReplyAction="http://tempuri.org/IOKBService/AddRunResponse")] long AddRun(HLWebPluginHost.OKBService.Run dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteRun", ReplyAction="http://tempuri.org/IOKBService/DeleteRunResponse")] void DeleteRun(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmParameters", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmParametersResponse")] HLWebPluginHost.OKBService.AlgorithmParameter[] GetAlgorithmParameters(long algorithmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/AddAlgorithmParameterResponse")] long AddAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmParameterResponse")] void UpdateAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/DeleteAlgorithmParameterResponse")] void DeleteAlgorithmParameter(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemClass", ReplyAction="http://tempuri.org/IOKBService/GetProblemClassResponse")] HLWebPluginHost.OKBService.ProblemClass GetProblemClass(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemClasses", ReplyAction="http://tempuri.org/IOKBService/GetProblemClassesResponse")] HLWebPluginHost.OKBService.ProblemClass[] GetProblemClasses(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddProblemClass", ReplyAction="http://tempuri.org/IOKBService/AddProblemClassResponse")] long AddProblemClass(HLWebPluginHost.OKBService.ProblemClass dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemClass", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemClassResponse")] void UpdateProblemClass(HLWebPluginHost.OKBService.ProblemClass dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteProblemClass", ReplyAction="http://tempuri.org/IOKBService/DeleteProblemClassResponse")] void DeleteProblemClass(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblem", ReplyAction="http://tempuri.org/IOKBService/GetProblemResponse")] HLWebPluginHost.OKBService.Problem GetProblem(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblems", ReplyAction="http://tempuri.org/IOKBService/GetProblemsResponse")] HLWebPluginHost.OKBService.Problem[] GetProblems(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddProblem", ReplyAction="http://tempuri.org/IOKBService/AddProblemResponse")] long AddProblem(HLWebPluginHost.OKBService.Problem dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblem", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemResponse")] void UpdateProblem(HLWebPluginHost.OKBService.Problem dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteProblem", ReplyAction="http://tempuri.org/IOKBService/DeleteProblemResponse")] void DeleteProblem(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemUsers", ReplyAction="http://tempuri.org/IOKBService/GetProblemUsersResponse")] System.Guid[] GetProblemUsers(long problemId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemUsers", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemUsersResponse")] void UpdateProblemUsers(long problemId, System.Guid[] users); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemData", ReplyAction="http://tempuri.org/IOKBService/GetProblemDataResponse")] HLWebPluginHost.OKBService.ProblemData GetProblemData(long problemId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemData", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemDataResponse")] void UpdateProblemData(HLWebPluginHost.OKBService.ProblemData dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemParameter", ReplyAction="http://tempuri.org/IOKBService/GetProblemParameterResponse")] HLWebPluginHost.OKBService.ProblemParameter GetProblemParameter(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetProblemParameters", ReplyAction="http://tempuri.org/IOKBService/GetProblemParametersResponse")] HLWebPluginHost.OKBService.ProblemParameter[] GetProblemParameters(long problemId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddProblemParameter", ReplyAction="http://tempuri.org/IOKBService/AddProblemParameterResponse")] long AddProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateProblemParameter", ReplyAction="http://tempuri.org/IOKBService/UpdateProblemParameterResponse")] void UpdateProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteProblemParameter", ReplyAction="http://tempuri.org/IOKBService/DeleteProblemParameterResponse")] void DeleteProblemParameter(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetResult", ReplyAction="http://tempuri.org/IOKBService/GetResultResponse")] HLWebPluginHost.OKBService.Result GetResult(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetResults", ReplyAction="http://tempuri.org/IOKBService/GetResultsResponse")] HLWebPluginHost.OKBService.Result[] GetResults(long algorithmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetPlatform", ReplyAction="http://tempuri.org/IOKBService/GetPlatformResponse")] HLWebPluginHost.OKBService.Platform GetPlatform(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetPlatforms", ReplyAction="http://tempuri.org/IOKBService/GetPlatformsResponse")] HLWebPluginHost.OKBService.Platform[] GetPlatforms(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddPlatform", ReplyAction="http://tempuri.org/IOKBService/AddPlatformResponse")] long AddPlatform(HLWebPluginHost.OKBService.Platform dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdatePlatform", ReplyAction="http://tempuri.org/IOKBService/UpdatePlatformResponse")] void UpdatePlatform(HLWebPluginHost.OKBService.Platform dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeletePlatform", ReplyAction="http://tempuri.org/IOKBService/DeletePlatformResponse")] void DeletePlatform(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetDataType", ReplyAction="http://tempuri.org/IOKBService/GetDataTypeResponse")] HLWebPluginHost.OKBService.DataType GetDataType(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetDataTypes", ReplyAction="http://tempuri.org/IOKBService/GetDataTypesResponse")] HLWebPluginHost.OKBService.DataType[] GetDataTypes(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddDataType", ReplyAction="http://tempuri.org/IOKBService/AddDataTypeResponse")] long AddDataType(HLWebPluginHost.OKBService.DataType dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateDataType", ReplyAction="http://tempuri.org/IOKBService/UpdateDataTypeResponse")] void UpdateDataType(HLWebPluginHost.OKBService.DataType dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteDataType", ReplyAction="http://tempuri.org/IOKBService/DeleteDataTypeResponse")] void DeleteDataType(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmClassResponse")] HLWebPluginHost.OKBService.AlgorithmClass GetAlgorithmClass(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmClasses", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmClassesResponse")] HLWebPluginHost.OKBService.AlgorithmClass[] GetAlgorithmClasses(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/AddAlgorithmClassResponse")] long AddAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmClassResponse")] void UpdateAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteAlgorithmClass", ReplyAction="http://tempuri.org/IOKBService/DeleteAlgorithmClassResponse")] void DeleteAlgorithmClass(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithm", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmResponse")] HLWebPluginHost.OKBService.Algorithm GetAlgorithm(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithms", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmsResponse")] HLWebPluginHost.OKBService.Algorithm[] GetAlgorithms(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/AddAlgorithm", ReplyAction="http://tempuri.org/IOKBService/AddAlgorithmResponse")] long AddAlgorithm(HLWebPluginHost.OKBService.Algorithm dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithm", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmResponse")] void UpdateAlgorithm(HLWebPluginHost.OKBService.Algorithm dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/DeleteAlgorithm", ReplyAction="http://tempuri.org/IOKBService/DeleteAlgorithmResponse")] void DeleteAlgorithm(long id); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmUsers", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmUsersResponse")] System.Guid[] GetAlgorithmUsers(long algorithmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmUsers", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmUsersResponse")] void UpdateAlgorithmUsers(long algorithmId, System.Guid[] users); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmData", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmDataResponse")] HLWebPluginHost.OKBService.AlgorithmData GetAlgorithmData(long algorithmId); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/UpdateAlgorithmData", ReplyAction="http://tempuri.org/IOKBService/UpdateAlgorithmDataResponse")] void UpdateAlgorithmData(HLWebPluginHost.OKBService.AlgorithmData dto); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IOKBService/GetAlgorithmParameter", ReplyAction="http://tempuri.org/IOKBService/GetAlgorithmParameterResponse")] HLWebPluginHost.OKBService.AlgorithmParameter GetAlgorithmParameter(long id); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IOKBServiceChannel : HLWebOKBAdminPlugin.OKBService.IOKBService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class OKBServiceClient : System.ServiceModel.ClientBase, HLWebOKBAdminPlugin.OKBService.IOKBService { public OKBServiceClient() { } public OKBServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public OKBServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public OKBServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public OKBServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public long AddResult(HLWebPluginHost.OKBService.Result dto) { return base.Channel.AddResult(dto); } public void UpdateResult(HLWebPluginHost.OKBService.Result dto) { base.Channel.UpdateResult(dto); } public void DeleteResult(long id) { base.Channel.DeleteResult(id); } public HLWebPluginHost.OKBService.Experiment GetExperiment(long id) { return base.Channel.GetExperiment(id); } public HLWebPluginHost.OKBService.Experiment[] GetExperiments(long algorithmId, long problemId) { return base.Channel.GetExperiments(algorithmId, problemId); } public long AddExperiment(HLWebPluginHost.OKBService.Experiment dto) { return base.Channel.AddExperiment(dto); } public void DeleteExperiment(long id) { base.Channel.DeleteExperiment(id); } public HLWebPluginHost.OKBService.Run GetRun(long id) { return base.Channel.GetRun(id); } public HLWebPluginHost.OKBService.Run[] GetRuns(long experimentId) { return base.Channel.GetRuns(experimentId); } public long AddRun(HLWebPluginHost.OKBService.Run dto) { return base.Channel.AddRun(dto); } public void DeleteRun(long id) { base.Channel.DeleteRun(id); } public HLWebPluginHost.OKBService.AlgorithmParameter[] GetAlgorithmParameters(long algorithmId) { return base.Channel.GetAlgorithmParameters(algorithmId); } public long AddAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto) { return base.Channel.AddAlgorithmParameter(dto); } public void UpdateAlgorithmParameter(HLWebPluginHost.OKBService.AlgorithmParameter dto) { base.Channel.UpdateAlgorithmParameter(dto); } public void DeleteAlgorithmParameter(long id) { base.Channel.DeleteAlgorithmParameter(id); } public HLWebPluginHost.OKBService.ProblemClass GetProblemClass(long id) { return base.Channel.GetProblemClass(id); } public HLWebPluginHost.OKBService.ProblemClass[] GetProblemClasses() { return base.Channel.GetProblemClasses(); } public long AddProblemClass(HLWebPluginHost.OKBService.ProblemClass dto) { return base.Channel.AddProblemClass(dto); } public void UpdateProblemClass(HLWebPluginHost.OKBService.ProblemClass dto) { base.Channel.UpdateProblemClass(dto); } public void DeleteProblemClass(long id) { base.Channel.DeleteProblemClass(id); } public HLWebPluginHost.OKBService.Problem GetProblem(long id) { return base.Channel.GetProblem(id); } public HLWebPluginHost.OKBService.Problem[] GetProblems() { return base.Channel.GetProblems(); } public long AddProblem(HLWebPluginHost.OKBService.Problem dto) { return base.Channel.AddProblem(dto); } public void UpdateProblem(HLWebPluginHost.OKBService.Problem dto) { base.Channel.UpdateProblem(dto); } public void DeleteProblem(long id) { base.Channel.DeleteProblem(id); } public System.Guid[] GetProblemUsers(long problemId) { return base.Channel.GetProblemUsers(problemId); } public void UpdateProblemUsers(long problemId, System.Guid[] users) { base.Channel.UpdateProblemUsers(problemId, users); } public HLWebPluginHost.OKBService.ProblemData GetProblemData(long problemId) { return base.Channel.GetProblemData(problemId); } public void UpdateProblemData(HLWebPluginHost.OKBService.ProblemData dto) { base.Channel.UpdateProblemData(dto); } public HLWebPluginHost.OKBService.ProblemParameter GetProblemParameter(long id) { return base.Channel.GetProblemParameter(id); } public HLWebPluginHost.OKBService.ProblemParameter[] GetProblemParameters(long problemId) { return base.Channel.GetProblemParameters(problemId); } public long AddProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto) { return base.Channel.AddProblemParameter(dto); } public void UpdateProblemParameter(HLWebPluginHost.OKBService.ProblemParameter dto) { base.Channel.UpdateProblemParameter(dto); } public void DeleteProblemParameter(long id) { base.Channel.DeleteProblemParameter(id); } public HLWebPluginHost.OKBService.Result GetResult(long id) { return base.Channel.GetResult(id); } public HLWebPluginHost.OKBService.Result[] GetResults(long algorithmId) { return base.Channel.GetResults(algorithmId); } public HLWebPluginHost.OKBService.Platform GetPlatform(long id) { return base.Channel.GetPlatform(id); } public HLWebPluginHost.OKBService.Platform[] GetPlatforms() { return base.Channel.GetPlatforms(); } public long AddPlatform(HLWebPluginHost.OKBService.Platform dto) { return base.Channel.AddPlatform(dto); } public void UpdatePlatform(HLWebPluginHost.OKBService.Platform dto) { base.Channel.UpdatePlatform(dto); } public void DeletePlatform(long id) { base.Channel.DeletePlatform(id); } public HLWebPluginHost.OKBService.DataType GetDataType(long id) { return base.Channel.GetDataType(id); } public HLWebPluginHost.OKBService.DataType[] GetDataTypes() { return base.Channel.GetDataTypes(); } public long AddDataType(HLWebPluginHost.OKBService.DataType dto) { return base.Channel.AddDataType(dto); } public void UpdateDataType(HLWebPluginHost.OKBService.DataType dto) { base.Channel.UpdateDataType(dto); } public void DeleteDataType(long id) { base.Channel.DeleteDataType(id); } public HLWebPluginHost.OKBService.AlgorithmClass GetAlgorithmClass(long id) { return base.Channel.GetAlgorithmClass(id); } public HLWebPluginHost.OKBService.AlgorithmClass[] GetAlgorithmClasses() { return base.Channel.GetAlgorithmClasses(); } public long AddAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto) { return base.Channel.AddAlgorithmClass(dto); } public void UpdateAlgorithmClass(HLWebPluginHost.OKBService.AlgorithmClass dto) { base.Channel.UpdateAlgorithmClass(dto); } public void DeleteAlgorithmClass(long id) { base.Channel.DeleteAlgorithmClass(id); } public HLWebPluginHost.OKBService.Algorithm GetAlgorithm(long id) { return base.Channel.GetAlgorithm(id); } public HLWebPluginHost.OKBService.Algorithm[] GetAlgorithms() { return base.Channel.GetAlgorithms(); } public long AddAlgorithm(HLWebPluginHost.OKBService.Algorithm dto) { return base.Channel.AddAlgorithm(dto); } public void UpdateAlgorithm(HLWebPluginHost.OKBService.Algorithm dto) { base.Channel.UpdateAlgorithm(dto); } public void DeleteAlgorithm(long id) { base.Channel.DeleteAlgorithm(id); } public System.Guid[] GetAlgorithmUsers(long algorithmId) { return base.Channel.GetAlgorithmUsers(algorithmId); } public void UpdateAlgorithmUsers(long algorithmId, System.Guid[] users) { base.Channel.UpdateAlgorithmUsers(algorithmId, users); } public HLWebPluginHost.OKBService.AlgorithmData GetAlgorithmData(long algorithmId) { return base.Channel.GetAlgorithmData(algorithmId); } public void UpdateAlgorithmData(HLWebPluginHost.OKBService.AlgorithmData dto) { base.Channel.UpdateAlgorithmData(dto); } public HLWebPluginHost.OKBService.AlgorithmParameter GetAlgorithmParameter(long id) { return base.Channel.GetAlgorithmParameter(id); } } }