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

            return(coll);
        }