Exemplo n.º 1
0
 public SettingsController(BaseRepository repository, ITokenUserPairs tokenUserPairs)
 {
     _repository     = repository;
     _tokenUserPairs = tokenUserPairs;
 }
Exemplo n.º 2
0
 public GruvoCookieHandler(ITokenUserPairs tokenUserPairs)
 {
     _tokenUserPairs = tokenUserPairs;
 }
Exemplo n.º 3
0
 public ProfileController(BaseRepository repository, ITokenUserPairs tokenUserPairs)
 {
     _repository     = repository;
     _tokenUserPairs = tokenUserPairs;
 }