6 lines
106 B
C#
6 lines
106 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public interface IProxyService<TService>
|
|
{
|
|
TService Value { get; }
|
|
} |