CompanyBaseConstants.cs 260 Bytes
namespace Sungero.Parties.Constants
{
  public static class CompanyBase
  {
    public const string FindedContactsInServiceParamName = "FindedContactsInService";
    
    public const string ActiveCounterpartyStateInService = "Действующее";
  }
}