Пример #1
0
 public ProductVolumeDiscountDTO()
 {
     Bvin         = string.Empty;
     StoreId      = 0;
     LastUpdated  = DateTime.UtcNow;
     ProductId    = string.Empty;
     Qty          = 0;
     Amount       = 0;
     DiscountType = ProductVolumeDiscountTypeDTO.None;
 }
 public ProductVolumeDiscountDTO()
 {
     Bvin = string.Empty;
     StoreId = 0;
     LastUpdated = DateTime.UtcNow;
     ProductId = string.Empty;
     Qty = 0;
     Amount = 0;
     DiscountType = ProductVolumeDiscountTypeDTO.None;
 }