Заготовка под генерацию шаблонов

This commit is contained in:
Mikhail Trubnikov
2023-09-20 11:59:09 +10:00
parent 039a539861
commit 24d66f5823
6 changed files with 96 additions and 6 deletions

View File

@@ -68,6 +68,11 @@
public const string GetAll = Base + "/template-statuses/";
}
public static class GeneratorTemplate
{
public const string Create = Base + "/generator-templates/";
}
//public static class Layer
//{