feat(dal,aihitloader): Создали таблицы схемы Units и сервисы к ним.
This commit is contained in:
11
PARR.DAL/Context/DataContextSettings.cs
Normal file
11
PARR.DAL/Context/DataContextSettings.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PARR.DAL.Context
|
||||
{
|
||||
internal static class DataContextSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Хранение ЭК с компонентным составом, РГ, Типы, С/н, ip, отвтетственные (не пишем шаблоны, расписания)
|
||||
/// </summary>
|
||||
public const string Unit = "unit";
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user