using Bright.Serialization; namespace {{namespace}} { public static class {{name}} { public static System.Collections.Generic.List TableList { get; } = new System.Collections.Generic.List { {{~ for table in tables~}} {{table.full_name}}.Table, {{~end}} }; } }