ExternalSystemConstants.cs 356 Bytes
using System;
using Sungero.Core;

namespace DirRX.Storage.Constants
{
  public static class ExternalSystem
  {
    // Имя параметра для создания обязательных справочников системы-источника.
    public const string CreateRequiredExternalEntitiesKey = "CreateRequiredExternalEntities";
  }
}