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