added helpers to DAM, additional methods
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user