Ejemplo n.º 1
0
 /// <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;
 }
 /// <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;
 }