UserController constructor

UserController(
  1. IUserRemoteRepository remoteRepository
)

Implementation

UserController(this.remoteRepository);