progress. in the middle of reworking QB api binding to use fluent api

This commit is contained in:
2020-10-15 13:47:44 -04:00
parent be0bc54bb9
commit 9ce87d4ecb
8 changed files with 96 additions and 34 deletions

View File

@ -10,8 +10,8 @@ namespace COA.EnterpriseServices.Sandbox
{
var creditorController = Dependencies.Container.GetInstance<CreditorController>();
Console.WriteLine(creditorController.GetCreditorStatus(1));
//Console.WriteLine(creditorController.SetCreditorStatus(1, "Active"));
//Console.WriteLine(creditorController.GetCreditorStatus(1));
Console.WriteLine(creditorController.SetCreditorStatus(1, "Active"));
//creditorController.AddOfferResponse(new OfferResponse
//{