void IPayAllocationRepository.CreateReverse(Consensus.Finance.PayAllocationRecord record, System.Boolean reverse, System.String paid)
 {
     this.CreateReverse(record, reverse, paid);
 }
 void IPayAllocationRepository.Modify(Consensus.Finance.PayAllocationRecord record)
 {
     this.Modify(record);
 }
 void IPayAllocationRepository.Create(Consensus.Finance.PayAllocationRecord record)
 {
     this.Create(record);
 }