Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AdAccountService"/> class.
 /// </summary>
 /// <param name="authenticationService">Instance of <see cref="AuthenticationService"/>.</param>
 internal AdAccountService(AuthenticationService authenticationService)
     : base(authenticationService)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CampaignService"/> class.
 /// </summary>
 /// <param name="authenticationService">Instance of <see cref="AuthenticationService"/>.</param>
 internal CampaignService(AuthenticationService authenticationService)
     : base(authenticationService)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CreativeService"/> class.
 /// </summary>
 /// <param name="authService">Instance of <see cref="AuthenticationService"/>.</param>
 internal CreativeService(AuthenticationService authService)
     : base(authService)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="AdSquadService"/> class.
 /// </summary>
 /// <param name="authenticationService">Instance of <see cref="AuthenticationService"/>.</param>
 internal AdSquadService(AuthenticationService authenticationService)
     : base(authenticationService)
 {
 }
Esempio n. 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OrganizationService"/> class.
 /// </summary>
 /// <param name="authenticationService">Instance of <see cref="AuthenticationService"/>.</param>
 internal OrganizationService(AuthenticationService authenticationService)
     : base(authenticationService)
 {
 }