Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the
 /// SubscriptionCreateOrUpdateParameters class with required arguments.
 /// </summary>
 public SubscriptionCreateOrUpdateParameters(SubscriptionDefinition subscription)
     : this()
 {
     if (subscription == null)
     {
         throw new ArgumentNullException("subscription");
     }
     this.Subscription = subscription;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// SubscriptionCreateOrUpdateParameters class with required arguments.
 /// </summary>
 public SubscriptionCreateOrUpdateParameters(SubscriptionDefinition subscription)
     : this()
 {
     if (subscription == null)
     {
         throw new ArgumentNullException("subscription");
     }
     this.Subscription = subscription;
 }