feat: add DashboardCache.cs to project

This commit is contained in:
2026-05-11 09:05:41 +10:00
parent 2ca505eb52
commit 2a11aa84d1
+1
View File
@@ -69,6 +69,7 @@
<Compile Include="Models\DashboardViewModel.cs" /> <Compile Include="Models\DashboardViewModel.cs" />
<Compile Include="Models\ServiceTicket.cs" /> <Compile Include="Models\ServiceTicket.cs" />
<Compile Include="Models\ServiceTrackerConfig.cs" /> <Compile Include="Models\ServiceTrackerConfig.cs" />
<Compile Include="Services\DashboardCache.cs" />
<Compile Include="Services\GoogleSheetService.cs" /> <Compile Include="Services\GoogleSheetService.cs" />
<Compile Include="Services\ServiceTrackerDataStore.cs" /> <Compile Include="Services\ServiceTrackerDataStore.cs" />
<Compile Include="Services\ServiceTrackerService.cs" /> <Compile Include="Services\ServiceTrackerService.cs" />