using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Epost.DAL.Enum { public class SqlLogType { public enum sqlLogType { DEVICE=1, INFO=2, SQLINFO=3 } } }