Пример #1
0
 public System.Threading.Tasks.Task <Gro.Core.DataModels.PurchasingAgreements.AgreementResponse> SavePoolAgreementAsync(Gro.Core.DataModels.PurchasingAgreements.PoolAgreement agreement, string ticket)
 {
     return(base.Channel.SavePoolAgreementAsync(agreement, ticket));
 }
Пример #2
0
 public Gro.Core.DataModels.PurchasingAgreements.AgreementResponse SavePoolAgreement(Gro.Core.DataModels.PurchasingAgreements.PoolAgreement agreement, string ticket)
 {
     return(base.Channel.SavePoolAgreement(agreement, ticket));
 }