namespace BuecherwurmAPI.Data { public static class Tables { public struct Table { public const string Lends = "Lends"; } } }