summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Presenters/IRegisterBoatPresenter.cs
blob: 37f558f73e0d397aa849608f74f277ec773a6f0e (plain)
1
2
3
4
5
namespace Marina.Presentation.Presenters {
	public interface IRegisterBoatPresenter {
		void SubmitRegistration( );
	}
}