8 lines
No EOL
98 B
C#
8 lines
No EOL
98 B
C#
namespace Bücherwurm
|
|
{
|
|
public enum StatusEnum
|
|
{
|
|
Available,
|
|
Lended
|
|
}
|
|
} |