Esempio n. 1
0
 public int ChangePassword(string userID, string Password)
 {
     return(db.ChangePassword(userID, Password));
 }