using System.Collections.Generic; namespace Kean.Infrastructure.Database.Repository { /// /// 表示数据库连接集合 /// public interface IDatabaseCollection : IList { } }