Пример #1
0
        public IEnumerable <dynamic> GetAll()
        {
            var sql = "select film_id as Id,title as Title,description as Description,release_year as ReleaseYear,length,replacement_cost as cost,last_update as ModifiedAt as Length from film;";

            return(_runner.ExecuteDynamic(sql, null));
        }