Ejemplo n.º 1
0
 /// <summary>
 /// Initializes an UploadService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public UploadService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes an AuthenticationService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public AuthenticationService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a RideService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public RideService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Initializes a SegmentService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public SegmentService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Initializes an EffortService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public EffortService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 6
0
 public BaseService(IStravaWebClient client)
 {
     Client = client;
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Initializes a SegmentService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public SegmentService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 8
0
 public BaseService(IStravaWebClient client)
 {
     Client = client;
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Initializes an AuthenticationService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public AthleteService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Initializes an AuthenticationService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public AuthenticationService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 11
0
 /// <summary>
 /// Initializes a ClubService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public ClubService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Initializes a RideService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public RideService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Initializes an UploadService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public UploadService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 14
0
 /// <summary>
 /// Initializes a ClubService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public ClubService(IStravaWebClient client)
     : base(client)
 {
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Initializes an AuthenticationService with the specified client
 /// </summary>
 /// <param name="client">IStravaWebClient to use with the service</param>
 public AthleteService(IStravaWebClient client)
     : base(client)
 {
 }