public EnterprisePullRequestsClient(IEnterpriseYouTrackRestClient restClient, Connection connection) : base(restClient, connection) { }
public EnterpriseUserClient(IEnterpriseYouTrackRestClient restClient, Connection connection) : base(restClient, connection) { }
/// <summary> /// Creates an instance of the <see cref="UserManagementService" /> class. /// </summary> /// <param name="connection">A <see cref="System.Net.Connection" /> instance that provides a connection to the remote YouTrack server instance.</param> public UserManagementClient(IEnterpriseYouTrackRestClient restClient, Connection connection) : base(restClient, connection) { }
public EnterpriseRepositoriesClient(IEnterpriseYouTrackRestClient restClient, Connection connection) : base(restClient, connection) { }
public ProjectsClient(IEnterpriseYouTrackRestClient restClient, Connection connection) : base(restClient, connection) { }