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