chore: clean up unneeded comment now that it works
This commit is contained in:
		
							parent
							
								
									557fb72081
								
							
						
					
					
						commit
						9ecaf8350b
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		|  | @ -32,13 +32,10 @@ public class LawnCareEvent | ||||||
|     [Display(Name = "Activity Type")] |     [Display(Name = "Activity Type")] | ||||||
|     public LawnCareEventType EventType { get; set; } |     public LawnCareEventType EventType { get; set; } | ||||||
|      |      | ||||||
|     // --- THIS IS THE LINE TO CHECK --- |  | ||||||
|     // Make sure this property exists and is spelled correctly. |  | ||||||
|     [Required] |     [Required] | ||||||
|     [DataType(DataType.Date)] |     [DataType(DataType.Date)] | ||||||
|     [Display(Name = "Date")] |     [Display(Name = "Date")] | ||||||
|     public DateTime EventDate { get; set; } |     public DateTime EventDate { get; set; } | ||||||
|     // --------------------------------- |  | ||||||
| 
 | 
 | ||||||
|     [Display(Name = "Mowing Pattern")] |     [Display(Name = "Mowing Pattern")] | ||||||
|     public MowingPattern? MowingPattern { get; set; } |     public MowingPattern? MowingPattern { get; set; } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway