Ejemplo n.º 1
0
        public AspnetPathCollection FetchByID(object PathId)
        {
            AspnetPathCollection coll = new AspnetPathCollection().Where("PathId", PathId).Load();

            return(coll);
        }