Exemplo n.º 1
0
 public Get(INefitEasyGateway gateway, IEncryptingCodec codec)
 {
     _gateway = gateway;
     _codec   = codec;
 }
Exemplo n.º 2
0
 public NefitEasyGateway(NefitEasyCredentials credentials)
 {
     Credentials = credentials;
     _rijndael   = new RijndaelEncryptingCodec(new SigningKeyGenerator(Credentials));
 }