Пример #1
0
 public static CustomerAcctPaymentDto[] GetPaymentsByCustomerAcctId(short pCustomerAcctId)
 {
     using (var _db = new Rbr_Db()) {
         return(CustomerAcctManager.GetByCustomerAcctId(_db, pCustomerAcctId));
     }
 }