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