summaryrefslogtreecommitdiff
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( );
	}
}