using System; namespace WIDESEA_Core.DBManager { public class DBConnectionAttribute : Attribute { public string DBName { get; set; } } }