API zum verleihen von Medien
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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"; |
|
} |
|
} |
|
} |