Exemplo n.º 1
0
 public List <OAuth2ApiEvent> Get(string context)
 {
     return(_events.EventsGet(_authorizationHeader, context).Data ?? new List <OAuth2ApiEvent>());
 }