Changes in Views and mappings
This commit is contained in:
@@ -15,6 +15,8 @@ namespace FaKrosnoEfDataModel.Dtos
|
||||
public int DocNumber { get; set; }
|
||||
public string? DocType { get; set; }
|
||||
|
||||
public string? RecipientCode => Recipient.RecipientCode;
|
||||
public string? PurchaserCode => Recipient.Purchaser?.PurchaserCode;
|
||||
public RecipientDto Recipient { get; set; }
|
||||
|
||||
public IList<ScheduleOrderDetailDto> ScheduleOrderDetails { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user