Exemplo n.º 1
0
    public string getEntity(string arg0)
    {
        getEntityRequest inValue = new getEntityRequest();

        inValue.arg0 = arg0;
        getEntityResponse retVal = ((ICoalesceDataService)(this)).getEntity(inValue);

        return(retVal.@return);
    }
Exemplo n.º 2
0
 getEntityResponse ICoalesceDataService.getEntity(getEntityRequest request)
 {
     return(base.Channel.getEntity(request));
 }