Name | Purpose |
---|---|
IArgumentRepository | Provides the the definition of argument repository objects. |
ICommand | Provides the definition of command objects. |
ILogger | Provides the definition of log objects. |
ILogRepository | Provides the definition of log repository objects. |
Name | Purpose |
---|---|
Command Base | An abstract class that defines the MEF export part contract and establishes basic logic for executing the command. |
Logger Base | An abstract class that defines teh MEF export part contract and provides base logic for new Logs. |
Name | Purpose |
---|---|
DataAccess | Abstracts Connection String and Database connectivity into an easy utility |