Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
 /// <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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #6
0
 public BaseService(IStravaWebClient client)
 {
     Client = client;
 }
Beispiel #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)
 {
 }
Beispiel #8
0
 public BaseService(IStravaWebClient client)
 {
     Client = client;
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }