money
Code
Branches
Tags
Commits
main
money
/
product
/
client
/
client.ui
/
Presenter.cs
Top
1
namespace
presentation.windows
2
{
3
public
interface
Presenter
4
{
5
void
present
(
)
;
6
}
7
}