public UpdateEventTypeResponse UpdateEventType(UpdateEventTypeRequest request)
 {
     return(ExecuteAction <UpdateEventTypeResponse>(request));
 }
Esempio n. 2
0
 public UpdateEventTypeResponse UpdateEventType(UpdateEventTypeRequest request)
 {
     return(Execute(() => InternalService.UpdateEventType(request)));
 }