summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Mappers/ILoginCredentialsMapper.cs
blob: aac8f81f8facbf34c6802d4b3a3108710900635e (plain)
1
2
3
4
5
6
7
using Marina.Infrastructure;
using Marina.Presentation.DTO;
using Marina.Web;

namespace Marina.Presentation.Mappers {
	public interface ILoginCredentialsMapper : IMapper< IHttpRequest, LoginCredentialsDTO > {}
}