7 lines
95 B
C#
7 lines
95 B
C#
namespace Pilz.Net.Api;
|
|
|
|
public interface IApiHandlerInitializer
|
|
{
|
|
void Initialize();
|
|
}
|