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