summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Presenters/ILeaseSlipPresenter.cs
blob: 4908743a00926ca1ff6d824e57a2b67afaf01afc (plain)
1
2
3
4
5
6
7
namespace Marina.Presentation.Presenters {
	public interface ILeaseSlipPresenter {
		void Initialize();

		void SubmitLeaseRequest();
	}
}