1 2 3 4 5 6 7
using Marina.Presentation.DTO; namespace Marina.Task { public interface IAuthenticationTask { DisplayResponseLineDTO AuthenticateUserUsing( LoginCredentialsDTO credentials ); } }