Files

9 lines
163 B
C#
Raw Permalink Normal View History

namespace PARR.TemplateMatcher.Services.Interfaces
{
public interface IMqTemplateMatcher
{
Task StartAsync();
Task StopAsync();
}
}