public byte SetOneProcessByGuid(System.Guid guid, GridProteinFolding.Middle.Helpers.EnumsHelpers.BasicEnums.State state, GridProteinFolding.ETL.HostETL.ServiceReferenceETL.RequestorInfo requestorInfo)
 {
     return(base.Channel.SetOneProcessByGuid(guid, state, requestorInfo));
 }
 public byte SetOneProcess(GridProteinFolding.Middle.Helpers.ConfigurationHelpers.Param param, GridProteinFolding.Middle.Helpers.EnumsHelpers.BasicEnums.State state, GridProteinFolding.ETL.HostETL.ServiceReferenceETL.RequestorInfo requestorInfo)
 {
     return(base.Channel.SetOneProcess(param, state, requestorInfo));
 }
 public GridProteinFolding.ETL.HostETL.ServiceReferenceETL.ServiceParamWcf GetOneProcess(GridProteinFolding.ETL.HostETL.ServiceReferenceETL.RequestorInfo requestorInf)
 {
     return(base.Channel.GetOneProcess(requestorInf));
 }
 public GridProteinFolding.ETL.HostETL.ServiceReferenceETL.ServiceParamWcf GetOneProcessGuiForETL(System.Guid guid, GridProteinFolding.ETL.HostETL.ServiceReferenceETL.RequestorInfo requestorInfo)
 {
     return(base.Channel.GetOneProcessGuiForETL(guid, requestorInfo));
 }
 public bool Autentication(GridProteinFolding.ETL.HostETL.ServiceReferenceETL.RequestorInfo requestorInfo, ref string message)
 {
     return(base.Channel.Autentication(requestorInfo, ref message));
 }