8 lines
103 B
C#
8 lines
103 B
C#
namespace Wino.Core.Domain.Enums;
|
|
|
|
public enum CalendarOrientation
|
|
{
|
|
Horizontal,
|
|
Vertical
|
|
}
|