use singletons for data access and data access manager instances. make cstr injectable

This commit is contained in:
2020-10-14 21:38:25 -04:00
parent e1b74a36a0
commit 1cd994b074
3 changed files with 9 additions and 11 deletions

View File

@ -8,7 +8,7 @@ namespace COA.EnterpriseServices.Sandbox
{
private static void Main(string[] args)
{
//ClientStuff();
ClientStuff();
CreditorStuff();
}