8 lines
95 B
C#
8 lines
95 B
C#
namespace Domain
|
|
{
|
|
public interface IAdapterResolver
|
|
{
|
|
T Resolve<T>();
|
|
}
|
|
}
|