Example #1
0
 public static CustomerAcctDto GetAcct(short pCustomerAcctId)
 {
     using (var _db = new Rbr_Db()) {
         return(CustomerAcctManager.GetAcct(_db, pCustomerAcctId));
     }
 }