5 lines
148 B
C#
5 lines
148 B
C#
public class AyConfig
|
|
{
|
|
public bool AllowScheduleConflicts { get; set; } = true;
|
|
public string Test { get; set; } = "AyaNova server ";
|
|
} |