Beispiel #1
0
 public AuthApp(IAuthDom authDom, IEncryptComm encryptComm, ITokenJWTComm tokenJWTComm)
 {
     _authDom      = authDom;
     _encryptComm  = encryptComm;
     _tokenJWTComm = tokenJWTComm;
 }
Beispiel #2
0
 public AuthController(ITokenJWTComm comunSrv, IAuthApp authApp)
 {
     _authApp = authApp;
 }