Dipper/Dipper.Alioth/Services/IService.cs

6 lines
60 B
C#

namespace Dipper.Alioth;
public interface IService
{
}