rewrite DAM to be non-generic
This commit is contained in:
@ -13,6 +13,8 @@ namespace COA.EnterpriseServices.Sandbox
|
||||
//Console.WriteLine(creditorController.GetCreditorStatus(1));
|
||||
Console.WriteLine(creditorController.SetCreditorStatus(1, "Active"));
|
||||
|
||||
var creditor = creditorController.GetCreditor(1);
|
||||
|
||||
//creditorController.AddOfferResponse(new OfferResponse
|
||||
//{
|
||||
// CreditorId = 1
|
||||
|
Reference in New Issue
Block a user