Exemple #1
0
        /// <summary>
        /// Gets an IList with all instances of KLLikeHistory.
        /// </summary>
        public static List <KLLikeHistory> GetAll()
        {
            IDataReader reader = DBKLLikeHistory.GetAll();

            return(LoadListFromReader(reader));
        }