chore: clean up unneeded comment now that it works

This commit is contained in:
Blake Ridgway 2025-06-18 21:35:39 -05:00
parent 557fb72081
commit 9ecaf8350b

View file

@ -32,13 +32,10 @@ public class LawnCareEvent
[Display(Name = "Activity Type")]
public LawnCareEventType EventType { get; set; }
// --- THIS IS THE LINE TO CHECK ---
// Make sure this property exists and is spelled correctly.
[Required]
[DataType(DataType.Date)]
[Display(Name = "Date")]
public DateTime EventDate { get; set; }
// ---------------------------------
[Display(Name = "Mowing Pattern")]
public MowingPattern? MowingPattern { get; set; }