Exemple #1
0
 public System.Threading.Tasks.Task <WcfServiceTestApplication.InterestRateCalcService.UpdateReport> UpdateAgreementAsync(WcfServiceTestApplication.InterestRateCalcService.Agreement agreement)
 {
     return(base.Channel.UpdateAgreementAsync(agreement));
 }
Exemple #2
0
 public WcfServiceTestApplication.InterestRateCalcService.UpdateReport UpdateAgreement(WcfServiceTestApplication.InterestRateCalcService.Agreement agreement)
 {
     return(base.Channel.UpdateAgreement(agreement));
 }