diff --git a/TIAM.Entities/Transfers/Transfer.cs b/TIAM.Entities/Transfers/Transfer.cs index eb20a4f1..accf3698 100644 --- a/TIAM.Entities/Transfers/Transfer.cs +++ b/TIAM.Entities/Transfers/Transfer.cs @@ -21,6 +21,9 @@ public class Transfer: IEntityGuid, IAcFullName, ITimeStampInfo, IProductForeign public int OrderId { get; set; } public Guid UserId { get; set; } + /// + /// HOTEL ProductId!!!! + /// public Guid? ProductId { get; set; } //public Guid? UserProductMappingId { get; set; } //public Guid? UserProductToCarId { get; set; }