Exemplo n.º 1
0
 public string getKeyCode(string EnuType, string EnuItemLabel)
 {
     global::Pactera.TOIService.getKeyCodeRequest inValue = new global::Pactera.TOIService.getKeyCodeRequest();
     inValue.EnuType      = EnuType;
     inValue.EnuItemLabel = EnuItemLabel;
     global::Pactera.TOIService.getKeyCodeResponse retVal = ((global::Pactera.TOIService.TOIService)(this)).getKeyCode(inValue);
     return(retVal.getKeyCodeReturn);
 }
Exemplo n.º 2
0
 global::Pactera.TOIService.getKeyCodeResponse global::Pactera.TOIService.TOIService.getKeyCode(global::Pactera.TOIService.getKeyCodeRequest request)
 {
     return(base.Channel.getKeyCode(request));
 }