* Fixed issue with wrong Recipient mapping
This commit is contained in:
@@ -6,7 +6,7 @@ public class ProductDto : DtoBase
|
||||
public int RecipientID { get; set; }
|
||||
public string RecipientIdx { get; set; }
|
||||
public string FaIdx { get; set; }
|
||||
public string RecipientName => Recipient.RecipientDesc;
|
||||
public string RecipientName { get; set; }
|
||||
|
||||
public RecipientDto Recipient { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user