summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Views/IRegisterBoatView.cs
blob: 42559b71d58a655b56b7c181aac2398f431d2b28 (plain)
1
2
3
4
5
6
7
8
using System.Collections.Generic;
using Marina.Presentation.DTO;

namespace Marina.Presentation.Views {
	public interface IRegisterBoatView {
		void Display( IEnumerable< DisplayResponseLineDTO > response );
	}
}