Example #1
0
 public UserService(INodeBBRepository nodeBbRepository, IOptions <JwtTokenConfig> tokenOptions)
 {
     this.nodeBbRepository = nodeBbRepository;
     this.tokenOptions     = tokenOptions;
 }
Example #2
0
 public UsersService(INodeBBRepository repository, ILocationRepository locationRepository)
 {
     this.repository         = repository;
     this.locationRepository = locationRepository;
 }