progress. in the middle of reworking QB api binding to use fluent api
This commit is contained in:
@ -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
|
||||
//{
|
||||
|
Reference in New Issue
Block a user