кодген фронтенд репозитория реализован

This commit is contained in:
2025-02-05 00:26:28 +03:00
parent f3ece97ebf
commit cf87d6b98e
5 changed files with 59 additions and 8 deletions
-4
View File
@@ -35,10 +35,6 @@ public class FrontendFinalTest
_frontendInteractionModule = new StreamBasedFrontendInteractionModule();
_frontendSerialisationModule = new JsonFrontendSerialisationModule(_frontendInteractionModule);
_frontendContextRepository = new FrontendContextRepository(new Dictionary<Type, Type> {
{ typeof(ITestController), typeof(TestControllerRemoteEndpoint) },
{typeof(ITestParameter), typeof(TestParameterRemoteEndpoint)}
}, _frontendSerialisationModule);
Task.Run(() =>
{