/ Published in: C#

If debit is null, return credit. Otherwise return debit.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
return debit ?? credit
Comments
