|
|
|
@ -2028,12 +2028,12 @@ namespace Myshipping.Application.Service.BookingOrder
|
|
|
|
|
|
|
|
|
|
dto = new MSKSPOTBookingInitDto
|
|
|
|
|
{
|
|
|
|
|
bookedMaerskByPartyCode = webAccountConfig.RegistPartyCode,
|
|
|
|
|
bookedByMaerskPartyCode = webAccountConfig.RegistPartyCode,
|
|
|
|
|
bookedByCompanyName = webAccountConfig.RegistPartyName,
|
|
|
|
|
priceOwnerMaerskPartyCode = webAccountConfig.RegistPartyCode,
|
|
|
|
|
priceOwnerCompanyName = webAccountConfig.RegistPartyName,
|
|
|
|
|
bookedByPartyContactName = webAccountConfig.RegistContractName,
|
|
|
|
|
bookedByPartyContactEmail = webAccountConfig.RegistContractEmail,
|
|
|
|
|
bookedByCompanyContactName = webAccountConfig.RegistContractName,
|
|
|
|
|
bookedByCompanyContactEmail = webAccountConfig.RegistContractEmail,
|
|
|
|
|
priceOwnerContactName = webAccountConfig.RegistContractName,
|
|
|
|
|
priceOwnerContactEmail = webAccountConfig.RegistContractEmail,
|
|
|
|
|
};
|
|
|
|
|