Beispiel #1
0
 public LoadBalancingMapViewRow[] GetAllViewsByCustomerAcctId(short pCustomerAcctId)
 {
     using (var _db = new Rbr_Db()) {
         return(LoadBalancingMapManager.GetAllViews(_db, pCustomerAcctId));
     }
 }
Beispiel #2
0
        //public LoadBalancingMapViewRow[] GetAllViews() {
        //  using (var _db = new Rbr_Db()) {
        //    return LoadBalancingMapManager.GetAllViews(_db);
        //  }
        //}

        public static LoadBalancingMapViewRow[] GetAllViews(short pNodeId)
        {
            using (var _db = new Rbr_Db()) {
                return(LoadBalancingMapManager.GetAllViews(_db, pNodeId));
            }
        }