7 lines
115 B

9 months ago
namespace EGFramework.Examples.Gateway
{
public interface IGateway{
public void InitGateway();
}
}