Ejemplo n.º 1
0
 public IObservable <List <IClient> > GetAllSince(DateTimeOffset threshold)
 => SendRequest <Client, IClient>(endPoints.GetSince(threshold), AuthHeader);