DeviceManager/DeviceRepairAndOptimization/Models/Enum/enumMonth.cs

18 lines
295 B
C#
Raw Permalink Normal View History

2024-05-28 14:36:38 +00:00
namespace DeviceRepairAndOptimization.Models.Enum
{
public enum enumMonth
{
= 1,
,
,
,
,
,
,
,
,
,
,
}
}