Exemplo n.º 1
0
    public System.Threading.Tasks.Task <CreateIPResponse> CreateIPAsync(IPsWCF.Models.IP ip)
    {
        CreateIPRequest inValue = new CreateIPRequest();

        inValue.Body    = new CreateIPRequestBody();
        inValue.Body.ip = ip;
        return(((IIPsRepositoryWCF)(this)).CreateIPAsync(inValue));
    }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <CreateIPResponse> IIPsRepositoryWCF.CreateIPAsync(CreateIPRequest request)
 {
     return(base.Channel.CreateIPAsync(request));
 }