With IOC I understand you can substitue implementations out by merely editing a configuration file etc.
BUT, what happens when the classes are married to particular database tables and sprocs, you can't just swap out an implementation since the classes/entities are tied to particular tables and stored procedures.
Am I right here?