12 lines
No EOL
277 B
C#
12 lines
No EOL
277 B
C#
namespace BuecherwurmAPI.Models
|
|
{
|
|
public static class Tables
|
|
{
|
|
public struct Table
|
|
{
|
|
public const string Lends = "Lends";
|
|
public const string Katalog = "Katalog";
|
|
public const string Items = "Items";
|
|
}
|
|
}
|
|
} |