feat(infra): add ScadaServiceImpl with full proto parity for all RPCs

This commit is contained in:
Joseph Doherty
2026-03-19 11:24:26 -04:00
parent 9cc8a1ae80
commit 6852250497
3 changed files with 420 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Grpc.Core" Version="2.46.6" />
</ItemGroup>
<ItemGroup>