using System; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Data.OracleClient; using System.Configuration; using System.Collections.Generic; using System.Text; namespace DAL { public class DbCommandStore { public static DbCommandStore TheInstance = new DbCommandStore(); private Dictionary _commandCache = new Dictionary();