summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Task/IAuthenticationTask.cs
blob: 90725787544034c74cdd4b9cfb6ca36bcba40430 (plain)
1
2
3
4
5
6
7
using Marina.Presentation.DTO;

namespace Marina.Task {
	public interface IAuthenticationTask {
		DisplayResponseLineDTO AuthenticateUserUsing( LoginCredentialsDTO credentials );
	}
}