summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Views/ILoginView.cs
blob: b5d7c8f5d0ec5cb3348990c35bc6e2923df9daf8 (plain)
1
2
3
4
5
6
7
using Marina.Presentation.DTO;

namespace Marina.Presentation.Views {
	public interface ILoginView {
		void Display( DisplayResponseLineDTO responseMessage );
	}
}