示例#1
0
        /// <summary>
        /// Gets an IList with all instances of item.
        /// </summary>
        public static List <Item> GetAll()
        {
            IDataReader reader = DBItems.GetAll();

            return(LoadListFromReader(reader));
        }