Esempio n. 1
0
 public TokenRepository(IUserRoleControl wcfAdapter, IApplicationContext applicationContext, IOptions <Settings> settings)
 {
     _applicationContext = applicationContext;
     _settings           = settings;
     _tokenClient        = wcfAdapter.GetTokenClient();
 }
Esempio n. 2
0
 public UserRepository(IUserRoleControl wcfAdapter)
 {
     _userClient = wcfAdapter.GetUserClient();
 }