Esempio n. 1
0
        /// <summary>
        /// Gets list of asset file paths
        /// </summary>
        public static EntityList <AssetFilePath> GetList()
        {
            AssetFilePathFinder finder = new AssetFilePathFinder();

            return(AssetFilePath.FindMany(finder));
        }