8 lines
128 B
C#
8 lines
128 B
C#
namespace HTraceWSGI.Scripts.Infrastructure
|
|
{
|
|
internal interface IPing
|
|
{
|
|
bool Ping(CustomPassObject customPassObject);
|
|
}
|
|
}
|