Created one part of all endpoints to admin the user
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace BeReadyBackend.DTO.Users;
|
||||
|
||||
public class PatchUserDesignationDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int DesignationId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user