Esempio n. 1
0
        public PersonCollection FetchByID(object Id)
        {
            PersonCollection coll = new PersonCollection().Where("id", Id).Load();

            return(coll);
        }