Пример #1
0
 void IPaymentRepository.CreateAndAllocate(Consensus.Finance.PaymentRecord record, System.String invoiceId)
 {
     this.CreateAndAllocate(record, invoiceId);
 }
Пример #2
0
 void IPaymentRepository.Modify(Consensus.Finance.PaymentRecord record)
 {
     this.Modify(record);
 }
Пример #3
0
 void IPaymentRepository.Create(Consensus.Finance.PaymentRecord record)
 {
     this.Create(record);
 }