* Changed Dto
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using AutoMapper.Configuration.Annotations;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Dtos
|
||||
{
|
||||
@@ -41,6 +42,8 @@ namespace SytelineSaAppEfDataModel.Dtos
|
||||
|
||||
public string TranslatedStatus => TranslateStatus(Status);
|
||||
|
||||
[Ignore] public string VatCode { get; set; }
|
||||
|
||||
public IEnumerable<EdiCustomerOrderLineItemDto> EdiCustomerOrderLineItems { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user