Beispiel #1
0
 public _HRAutomation.CorpEmployeeServices.CorpUser GetUserByLogin(string userId)
 {
     _HRAutomation.CorpEmployeeServices.GetUserByLoginRequest inValue = new _HRAutomation.CorpEmployeeServices.GetUserByLoginRequest();
     inValue.Body        = new _HRAutomation.CorpEmployeeServices.GetUserByLoginRequestBody();
     inValue.Body.userId = userId;
     _HRAutomation.CorpEmployeeServices.GetUserByLoginResponse retVal = ((_HRAutomation.CorpEmployeeServices.FakeUserServiceSoap)(this)).GetUserByLogin(inValue);
     return(retVal.Body.GetUserByLoginResult);
 }
Beispiel #2
0
 _HRAutomation.CorpEmployeeServices.GetUserByLoginResponse _HRAutomation.CorpEmployeeServices.FakeUserServiceSoap.GetUserByLogin(_HRAutomation.CorpEmployeeServices.GetUserByLoginRequest request)
 {
     return(base.Channel.GetUserByLogin(request));
 }