Init commit
This commit is contained in:
parent
9ab798fd0f
commit
1f50fedb80
87 changed files with 75678 additions and 0 deletions
10
Models/DashboardViewModel.cs
Normal file
10
Models/DashboardViewModel.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace turf_tasker.Models;
|
||||
|
||||
public class DashboardViewModel
|
||||
{
|
||||
public DateTime? LastMowDate { get; set; }
|
||||
public DateTime? LastWaterDate { get; set; }
|
||||
public DateTime? LastFertilizeDate { get; set; }
|
||||
public DateTime? LastAerationDate { get; set; }
|
||||
public MowingPattern? NextMowingPattern { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue