|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Crm.Core.External.Domain.Config
|
|
{
|
|
public enum ParameterEnums
|
|
{
|
|
ISVR_Saleclus_Get,
|
|
CRM_CORE_NOTIFICATION_ENABLED,
|
|
CRM_CORE_NOTIFICATION_EXCLUDE,
|
|
}
|
|
}
|