2020-06-02 09:16:45 +00:00
|
|
|
namespace BuecherwurmAPI.Models
|
2020-05-29 09:18:23 +00:00
|
|
|
{
|
|
|
|
public static class Tables
|
|
|
|
{
|
|
|
|
public struct Table
|
|
|
|
{
|
|
|
|
public const string Lends = "Lends";
|
2020-06-02 09:16:45 +00:00
|
|
|
public const string Katalog = "Katalog";
|
2020-06-02 12:23:21 +00:00
|
|
|
public const string Items = "Items";
|
2020-05-29 09:18:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|