9 lines
125 B
C#
9 lines
125 B
C#
namespace Wino.Core.Domain.Enums
|
|
{
|
|
public enum CalendarOrientation
|
|
{
|
|
Horizontal,
|
|
Vertical
|
|
}
|
|
}
|