UsersService constructor

UsersService(
  1. UsersDataService _usersDataService
)

Implementation

UsersService(this._usersDataService);