Esempio n. 1
0
 public LotModel(Domain.Core.Lot lot)
 {
     Title       = lot.Title;
     Description = lot.Description;
     ImageUrl    = lot.ImageUrl;
     EndAt       = lot.EndAt;
     CategoryId  = lot.CategoryId;
     MinPrice    = lot.MinPrice;
     Story       = lot.Story;
 }
Esempio n. 2
0
 public CreateLotModel(Domain.Core.Lot lot) : base(lot)
 {
 }