feat(templateMatcher): refactoring
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using PARR.Common.Domain;
|
||||
using PARR.DAL.Models;
|
||||
|
||||
namespace PARR.TemplateMatcher.Services.Interfaces
|
||||
{
|
||||
public interface ITemplateDeactivator
|
||||
{
|
||||
Task<bool> DeactivateTemplateAsync(Template template, HistoryInitiator initiator);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user