コード例 #1
0
 public static EventNotificationTemplateDispatchRequestBuilder Dispatch(int id, EventNotificationScope scope)
 {
     return(new EventNotificationTemplateDispatchRequestBuilder(id, scope));
 }
コード例 #2
0
 public EventNotificationTemplateDispatchRequestBuilder(int id, EventNotificationScope scope)
     : this()
 {
     this.Id    = id;
     this.Scope = scope;
 }