public BaseDraftLot(IDraftLot lot) { StringId = lot.StringId; Title = lot.Title; TitleEn = lot.TitleEn; Description = lot.Description; DescriptionEn = lot.DescriptionEn; Value = lot.Value; Guarantee = lot.Guarantee; MinimalStep = lot.MinimalStep; }
public Lot(IDraftLot lot) : base(lot) { }
public DraftLotDTO(IDraftLot lot) : base(lot) { }