Beispiel #1
0
        public string resetPassword(string email)
        {
            string resultStr = "test";

            CommFunction  cf    = new CommFunction();
            SendMailModel model = new SendMailModel();

            bool a = cf.SendMail(model);

            return(resultStr);
        }