index
:
school/sait.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
/
slips
/
src
/
app
/
Marina
/
Infrastructure
/
ICommand.cs
blob: cd98ab5c05ae965d281669bedd8716fdc534f9ab (
plain
)
1
2
3
4
5
namespace Marina.Infrastructure { public interface ICommand { void Execute( ); } }