7 lines
121 B
C#
7 lines
121 B
C#
namespace SharedLibraryCore.Interfaces
|
|
{
|
|
public interface IMetaRegistration
|
|
{
|
|
void Register();
|
|
}
|
|
} |