12 lines
372 B
C#
12 lines
372 B
C#
namespace PARR.DAL.Context
|
||
{
|
||
internal static class DataContextSettings
|
||
{
|
||
/// <summary>
|
||
/// Хранение ЭК с компонентным составом, РГ, Типы, С/н, ip, отвтетственные (не пишем шаблоны, расписания)
|
||
/// </summary>
|
||
public const string Unit = "unit";
|
||
|
||
}
|
||
}
|