public System.Threading.Tasks.Task <double> ComputeAsync(MyPricerClientWPF.MyPricerService.BondWcf bond, System.DateTime pricerDate) { return(base.Channel.ComputeAsync(bond, pricerDate)); }
public System.Threading.Tasks.Task <System.Collections.Generic.Dictionary <System.DateTime, double> > ComputeToBondLastDateAsync(MyPricerClientWPF.MyPricerService.BondWcf bond) { return(base.Channel.ComputeToBondLastDateAsync(bond)); }
public double Compute(MyPricerClientWPF.MyPricerService.BondWcf bond, System.DateTime pricerDate) { return(base.Channel.Compute(bond, pricerDate)); }