blob: 720019ca88a15978ffb0a950194b5ff03e556560 (
plain)
1
2
3
4
5
6
7
|
using Marina.Infrastructure;
using Marina.Presentation.DTO;
using Marina.Web;
namespace Marina.Presentation.Mappers {
public interface ILeaseRequestDtoFromHttpRequestMapper : IMapper< IHttpRequest, SubmitLeaseRequestDTO > {}
}
|