예제 #1
0
        public void Delete()
        {
            forgotpassword myFP = forgotpassword.All().FirstOrDefault(x => x.id == _forgotpasswordid);

            myFP.Delete();
        }