This commit is contained in:
TheXamlGuy
2024-05-27 04:19:07 +01:00
parent cfc79e26f0
commit dd55a67102
3 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public interface IProxyService<TService>
{
TService Proxy { get; }
TService Value { get; }
}