Example #1
0
 public Task <EventTypeResponse> ListEventTypesAsync(ListEventTypesRequest request) => _proxy.RequestAsync <EventTypeResponse>(request);
 public Task<EventTypeResponse> ListEventTypesAsync(ListEventTypesRequest request) => _proxy.RequestAsync<EventTypeResponse>(request);
Example #3
0
 public EventTypeResponse ListEventTypes(ListEventTypesRequest request) => _proxy.Request <EventTypeResponse>(request);
 public EventTypeResponse ListEventTypes(ListEventTypesRequest request) => _proxy.Request<EventTypeResponse>(request);