Created designation endpoint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace BeReadyBackend.DTO.Designations;
|
||||
|
||||
public class GetDesignationDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Label { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user