Beispiel #1
0
 public string EncryptionMD5(string input)
 {
     return(mSecurityDAL.EncryptionMD5(input));
 }