начало разделенных контекстов

This commit is contained in:
2025-02-12 23:37:06 +03:00
parent 932f915f28
commit 6b794e1cd9
8 changed files with 69 additions and 61 deletions
+3 -1
View File
@@ -1,3 +1,4 @@
using System.Collections.Frozen;
using mROA.Implementation;
using mROA.Implementation.Attributes;
@@ -7,4 +8,5 @@ namespace Example.Shared;
public interface IPrinterFactory
{
TransmittedSharedObject<IPrinter> Create(string printerName);
}
}