feat(api): в Works добавлена маска динамической генерации имени шаблона; добавлены Shortcodes; актализированы валидация, запросы,ответы; миграция БД - запрет приёма нулевых значений в маску
This commit is contained in:
13
PARR.BLL/Services/Interfaces/ITemplateMaskValidator.cs
Normal file
13
PARR.BLL/Services/Interfaces/ITemplateMaskValidator.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PARR.BLL.Services.Interfaces
|
||||
{
|
||||
public interface ITemplateMaskValidator
|
||||
{
|
||||
bool IsValid(string mask);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user