feat(templateUpdater): основная логика + cicd
This commit is contained in:
8
PARR.TemplateUpdater/ITemplateUpdater.cs
Normal file
8
PARR.TemplateUpdater/ITemplateUpdater.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.TemplateUpdater
|
||||
{
|
||||
public interface ITemplateUpdater
|
||||
{
|
||||
Task StartAsync();
|
||||
Task StopAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user