Exemple #1
0
        public PricerOriginPointCollection FetchByID(object OriginPointId)
        {
            PricerOriginPointCollection coll = new PricerOriginPointCollection().Where("origin_point_ID", OriginPointId).Load();

            return(coll);
        }