forked from sanchezvem/PyroFetes
09/10
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace PyroFetes.DTO.Classification.Response;
|
||||
|
||||
public class GetClassificationDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Label { get; set; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user