Esempio n. 1
0
 public static EventNotificationTemplateCloneRequestBuilder Clone(int id, EventNotificationTemplate eventNotificationTemplate = null)
 {
     return(new EventNotificationTemplateCloneRequestBuilder(id, eventNotificationTemplate));
 }
Esempio n. 2
0
 public static EventNotificationTemplateUpdateRequestBuilder Update(int id, EventNotificationTemplate eventNotificationTemplate)
 {
     return(new EventNotificationTemplateUpdateRequestBuilder(id, eventNotificationTemplate));
 }
Esempio n. 3
0
 public static EventNotificationTemplateAddRequestBuilder Add(EventNotificationTemplate eventNotificationTemplate)
 {
     return(new EventNotificationTemplateAddRequestBuilder(eventNotificationTemplate));
 }