LinkController constructor
- MyUserService _myUserService,
- LinkService _linkService,
- AuthService _authService
Implementation
LinkController(this._myUserService, this._linkService, this._authService);
LinkController(this._myUserService, this._linkService, this._authService);