Esempio n. 1
0
 public static string Decrypt(string Value)
 {
     return(Decryption.DecryptString(Value));
 }