示例#1
0
        public System.Threading.Tasks.Task <GetReporteeByTempKeyECResponse> GetReporteeByTempKeyECAsync(string systemUserName, string systemPassword, System.Guid tempKey)
        {
            GetReporteeByTempKeyECRequest inValue = new GetReporteeByTempKeyECRequest();

            inValue.Body = new GetReporteeByTempKeyECRequestBody();
            inValue.Body.systemUserName = systemUserName;
            inValue.Body.systemPassword = systemPassword;
            inValue.Body.tempKey        = tempKey;
            return(((IAuthorizationAdministrationEC)(this)).GetReporteeByTempKeyECAsync(inValue));
        }
示例#2
0
        public ExternalReporteeBE GetReporteeByTempKeyEC(string systemUserName, string systemPassword, System.Guid tempKey)
        {
            GetReporteeByTempKeyECRequest inValue = new GetReporteeByTempKeyECRequest();

            inValue.Body = new GetReporteeByTempKeyECRequestBody();
            inValue.Body.systemUserName = systemUserName;
            inValue.Body.systemPassword = systemPassword;
            inValue.Body.tempKey        = tempKey;
            GetReporteeByTempKeyECResponse retVal = ((IAuthorizationAdministrationEC)(this)).GetReporteeByTempKeyEC(inValue);

            return(retVal.Body.GetReporteeByTempKeyECResult);
        }
示例#3
0
 System.Threading.Tasks.Task <GetReporteeByTempKeyECResponse> IAuthorizationAdministrationEC.GetReporteeByTempKeyECAsync(GetReporteeByTempKeyECRequest request)
 {
     return(base.Channel.GetReporteeByTempKeyECAsync(request));
 }
示例#4
0
 GetReporteeByTempKeyECResponse IAuthorizationAdministrationEC.GetReporteeByTempKeyEC(GetReporteeByTempKeyECRequest request)
 {
     return(base.Channel.GetReporteeByTempKeyEC(request));
 }