Ejemplo n.º 1
0
 public Task <string> DecryptWithKey(CryptoData data)
 {
     return(service.DecryptWithKey(data));
 }