예제 #1
0
 public bool ChangePassword(UserDAO user)
 {
     return(ef.ChangePassword(UserMapper.MapToUser(user)));
 }