Esempio n. 1
0
 public static Guid GetGuid(this string input)
 {
     return(new Guid(NumeroUtils.GetHash(input)));
 }
Esempio n. 2
0
 public static string GetHash(this string input)
 {
     return(NumeroUtils.GetHash(input));
 }