Ready to test
This commit is contained in:
@ -5,6 +5,7 @@ namespace View_by_Distance.Date.Group.Models.Binder;
|
||||
|
||||
public class Configuration
|
||||
{
|
||||
[Display(Name = "By Create Date Shortcut"), Required] public bool? ByCreateDateShortcut { get; set; }
|
||||
[Display(Name = "By Date"), Required] public bool? ByDay { get; set; }
|
||||
[Display(Name = "By Hash"), Required] public bool? ByHash { get; set; }
|
||||
[Display(Name = "By Season"), Required] public bool? BySeason { get; set; }
|
||||
@ -15,6 +16,7 @@ public class Configuration
|
||||
public Configuration()
|
||||
{
|
||||
ByDay = null;
|
||||
ByCreateDateShortcut = null;
|
||||
ByHash = null;
|
||||
BySeason = null;
|
||||
ByWeek = null;
|
||||
|
Reference in New Issue
Block a user