index
:
xlgmokha/banking.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
unit_of_measure.cs
blob: 3d3f591f237d662d4cd523e423a172f0f6ba99e5 (
plain
)
1
2
3
4
public interface UnitOfMeasure { decimal convert(decimal amount, UnitOfMeasure unit); }