Ejemplo n.º 1
0
 public static string DecryptPhone(string stringToConvert)
 {
     return(_currentCryptographyService.DecryptPhone(stringToConvert));
 }