示例#1
0
 public static string EncryptEmail(string stringToConvert)
 {
     return(_currentCryptographyService.EncryptEmail(stringToConvert));
 }