7 lines
107 B
C#
7 lines
107 B
C#
namespace Hncore.Infrastructure.IOC
|
|
{
|
|
public interface ISingleInstance
|
|
{
|
|
|
|
}
|
|
} |