0
RenuSolutions created
API: v11.1.0 | Client: v11.1.0 Angular .net core
if we delete a user it soft deleted in database. is there any option to undo this action and make that user as active one?
1 Answer(s)
-
0
Hi @RenuSolutions
The app itself doesn't provide such a functioanlity out of the box but you can do this just by setting
IsDeleted=false
of the related entity.