Example #1
0
    public System.Threading.Tasks.Task <GetLoginResponse1> GetLoginAsync(GetLoginRequest GetLoginRequest)
    {
        GetLoginRequest1 inValue = new GetLoginRequest1();

        inValue.GetLoginRequest = GetLoginRequest;
        return(((LoginService)(this)).GetLoginAsync(inValue));
    }
Example #2
0
    public GetLoginResponse GetLogin(GetLoginRequest GetLoginRequest)
    {
        GetLoginRequest1 inValue = new GetLoginRequest1();

        inValue.GetLoginRequest = GetLoginRequest;
        GetLoginResponse1 retVal = ((LoginService)(this)).GetLogin(inValue);

        return(retVal.GetLoginResponse);
    }
Example #3
0
 System.Threading.Tasks.Task <GetLoginResponse1> LoginService.GetLoginAsync(GetLoginRequest1 request)
 {
     return(base.Channel.GetLoginAsync(request));
 }
Example #4
0
 GetLoginResponse1 LoginService.GetLogin(GetLoginRequest1 request)
 {
     return(base.Channel.GetLogin(request));
 }
Example #5
0
 GetLoginResponse1 LoginPort.GetLogin(GetLoginRequest1 request)
 {
     return(base.Channel.GetLogin(request));
 }