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