/// <summary> /// Initializes a new instance of the DelegatedOfferUpdateParameters /// class with required arguments. /// </summary> public DelegatedOfferUpdateParameters(DelegatedOfferModel delegatedOffer) : this() { if (delegatedOffer == null) { throw new ArgumentNullException("delegatedOffer"); } this.DelegatedOffer = delegatedOffer; }