コード例 #1
0
 public string Cipher(IEncryptor encryptor, string text)
 {
     return(encryptor.Cipher(text));
 }