예제 #1
0
 public static string DecryptEmail(string stringToConvert)
 {
     return(_currentCryptographyService.DecryptEmail(stringToConvert));
 }