8 lines
101 B
C#
8 lines
101 B
C#
|
namespace Bücherwurm
|
||
|
{
|
||
|
public enum LendTypeEnum
|
||
|
{
|
||
|
Physical,
|
||
|
Virtual,
|
||
|
}
|
||
|
}
|