progress
This commit is contained in:
@ -25,8 +25,13 @@ namespace COA.EnterpriseServices.Creditors
|
||||
|
||||
public void AddOfferResponse(OfferResponse response)
|
||||
{
|
||||
// just a stub until we add actual DataObjects
|
||||
var creditor = creditorHelper.GetCreditor(response.CreditorId);
|
||||
|
||||
// manipulate creditor object directly
|
||||
|
||||
creditorHelper.UpdateCreditor(creditor);
|
||||
|
||||
// or have individual methods
|
||||
creditorHelper.SetOriginalCreditorAsPrimary(response.CreditorId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user