Beispiel #1
0
 public static CustomerAcctDto[] GetAcctsByRoutingPlanId(int pRoutingPlanId)
 {
     using (var _db = new Rbr_Db()) {
         return(CustomerAcctManager.GetAcctsByRoutingPlanId(_db, pRoutingPlanId));
     }
 }