Programmer AP Creditor v2: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 5:
===Create new AP Creditor===
<syntaxhighlight lang="csharp">
public void CreateNewCreditorNewCreditor(AutoCount.Authentication.UserSession userSession, CreditorSource source)
{
string newCreditorCode = GetNewCreditorCode(userSession, source.ControlAccount, source.CompanyName);
Line 108:
};
 
CreateNewCreditorNewCreditor(userSession, newCreditor);
}
</syntaxhighlight>