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