Files
Atomx/Atomx.Common/Enums/LocalizedType.cs
2025-12-25 18:43:30 +08:00

11 lines
149 B
C#

namespace Atomx.Common.Enums
{
public enum LocalizedType
{
None,
Country,
StateProvince,
AreaCity
}
}