Buecherwurm/CategoryEnum.cs

10 lines
128 B
C#

namespace Bücherwurm
{
public enum CategoryEnum
{
Book,
Magazine,
EBook,
EPaper
}
}