added helpers to DAM, additional methods

This commit is contained in:
2020-10-15 08:08:02 -04:00
parent ec52a8233a
commit d990c53029
14 changed files with 246 additions and 51 deletions

View File

@ -23,5 +23,12 @@ namespace COA.EnterpriseServices.Creditor
{
return creditorHelper.SetCreditorStatus(creditorId, status);
}
public void AddOfferResponse()
{
// just a stub until we add actual DataObjects
creditorHelper.SetOriginalCreditorAsPrimary(1);
}
}
}