Esempio n. 1
0
 public void UpdateUserPassword(int id, string password)
 {
     _userDataProvider.UpdateUserPassword(id, password);
 }