Example #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="ApiContext">The <see cref="ApiCall.ApiContext"/> for this API Call of type <see cref="ApiContext"/>.</param>
 public SetNotificationPreferencesCall(ApiContext ApiContext)
 {
     ApiRequest      = new SetNotificationPreferencesRequestType();
     this.ApiContext = ApiContext;
 }
 /// <summary>
 /// 
 /// </summary>
 /// <param name="ApiContext">The <see cref="ApiCall.ApiContext"/> for this API Call of type <see cref="ApiContext"/>.</param>
 public SetNotificationPreferencesCall(ApiContext ApiContext)
 {
     ApiRequest = new SetNotificationPreferencesRequestType();
     this.ApiContext = ApiContext;
 }
Example #3
0
 /// <summary>
 ///
 /// </summary>
 public SetNotificationPreferencesCall()
 {
     ApiRequest = new SetNotificationPreferencesRequestType();
 }
 /// <summary>
 /// 
 /// </summary>
 public SetNotificationPreferencesCall()
 {
     ApiRequest = new SetNotificationPreferencesRequestType();
 }