using System; using System.Collections.Generic; namespace APT.Infrastructure.EF { public class Constants { internal static List specialConnectionTypes = new List { ConnectionResolverType.ByTable, ConnectionResolverType.BySchema }; } }