public System.Threading.Tasks.Task <System.Nullable <int> > AddOfferResponseAsync(COA.EnterpriseServices.Creditors.OfferResponse response) { return(base.Channel.AddOfferResponseAsync(response)); }
public System.Nullable <int> AddOfferResponse(COA.EnterpriseServices.Creditors.OfferResponse response) { return(base.Channel.AddOfferResponse(response)); }