예제 #1
0
 public static string Encript(this long value)
 {
     return(Encriptions.EncryptSHA(value.ToString()));
 }
예제 #2
0
 public static string Encript(this string value)
 {
     return(Encriptions.EncryptSHA(value));
 }