MergeRequestsApi constructor

MergeRequestsApi(
  1. GitLab _gitLab,
  2. ProjectsApi _project
)

Implementation

MergeRequestsApi(this._gitLab, this._project);