LinkController constructor

LinkController(
  1. MyUserService _myUserService,
  2. LinkService _linkService,
  3. AuthService _authService
)

Implementation

LinkController(this._myUserService, this._linkService, this._authService);