Files
TheXamlGuy dd55a67102 wip
2024-05-27 04:19:07 +01:00

6 lines
106 B
C#

namespace Toolkit.Foundation;
public interface IProxyService<TService>
{
TService Value { get; }
}