public System.IAsyncResult BeginGetFruit(Microsoft.ServiceModel.Samples.FruitType fruitType, System.AsyncCallback callback, object asyncState) { return(base.Channel.BeginGetFruit(fruitType, callback, asyncState)); }
public string GetFruit(Microsoft.ServiceModel.Samples.FruitType fruitType) { return(base.Channel.GetFruit(fruitType)); }