public SearchRequested(string clientResponseStream, OuroSearchType searchType, DateTime desiredDeliveryDate, string deliveryPostCode, OwnLeaseOption ownership, int numberOfWings, bool waterproofRequired, bool historicInterestRequired, bool previouslyOwnedOuros, decimal? valueOfPreviousOuros) { ClientResponseStream = clientResponseStream; SearchType = searchType; DesiredDeliveryDate = desiredDeliveryDate; DeliveryPostCode = deliveryPostCode; Ownership = ownership; NumberOfWings = numberOfWings; WaterproofRequired = waterproofRequired; HistoricInterestRequired = historicInterestRequired; PreviouslyOwnedOuros = previouslyOwnedOuros; ValueOfPreviousOuros = valueOfPreviousOuros; }
public SearchRequested(string clientResponseStream, OuroSearchType searchType, DateTime desiredDeliveryDate, string deliveryPostCode, OwnLeaseOption ownership, int numberOfWings, bool waterproofRequired, bool historicInterestRequired, bool previouslyOwnedOuros, decimal?valueOfPreviousOuros) { ClientResponseStream = clientResponseStream; SearchType = searchType; DesiredDeliveryDate = desiredDeliveryDate; DeliveryPostCode = deliveryPostCode; Ownership = ownership; NumberOfWings = numberOfWings; WaterproofRequired = waterproofRequired; HistoricInterestRequired = historicInterestRequired; PreviouslyOwnedOuros = previouslyOwnedOuros; ValueOfPreviousOuros = valueOfPreviousOuros; }