Ejemplo n.º 1
0
 public PolygonAuth()
 {
     _randomUtils = new PolygonRandomUtils();
     _cryptoUtils = new PolygonCryptoUtils();
 }
Ejemplo n.º 2
0
 public PolygonAuth(IPolygonRandomUtils randomUtils, IPolygonCryptoUtils cryptoUtils)
 {
     _randomUtils = randomUtils;
     _cryptoUtils = cryptoUtils;
 }