Commit 35128dae authored by sarojsingh2021's avatar sarojsingh2021
Browse files

soft-delete user

1 merge request!3Delete user
Showing with 1 addition and 1 deletion
+1 -1
...@@ -475,7 +475,7 @@ public class UserServiceImpl implements UserDetailsService, UserService { ...@@ -475,7 +475,7 @@ public class UserServiceImpl implements UserDetailsService, UserService {
} }
@Override @Override
public Boolean softDeleteUser(UserDto userDto) { public Boolean softDeleteUser(UserDto userDto) {
return userDao.deleteUser(userDto); return userDao.softDeleteUser(userDto);
} }
@Override @Override
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment