fix Синхронизации
This commit is contained in:
15
PARR.DAL/Contracts/AIHTITSettings.cs
Normal file
15
PARR.DAL/Contracts/AIHTITSettings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PARR.DAL.Contracts
|
||||
{
|
||||
public class AIHTITSettings
|
||||
{
|
||||
public const string RespAreaGroupName = "ResponsibleArea";
|
||||
public const string StatusGroupName = "Status";
|
||||
public const string Delimiters = "Delimiters";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user