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