コード例 #1
0
ファイル: UploadService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #3
0
ファイル: RideService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #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)
 {
 }
コード例 #6
0
ファイル: BaseService.cs プロジェクト: hnaess/Stravan
 public BaseService(IStravaWebClient client)
 {
     Client = client;
 }
コード例 #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)
 {
 }
コード例 #8
0
ファイル: BaseService.cs プロジェクト: hnaess/Stravan
 public BaseService(IStravaWebClient client)
 {
     Client = client;
 }
コード例 #9
0
ファイル: AthleteService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }
コード例 #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)
 {
 }
コード例 #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)
 {
 }
コード例 #12
0
ファイル: RideService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }
コード例 #13
0
ファイル: UploadService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }
コード例 #14
0
ファイル: ClubService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }
コード例 #15
0
ファイル: AthleteService.cs プロジェクト: hnaess/Stravan
 /// <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)
 {
 }