namespace HStation.WE { /// /// /// public class DbType { /// /// /// public const string SQLite = "SQLite"; /// /// /// public const string PostgreSql = "PostgreSql"; } }