测试
This commit is contained in:
9
MinimalAPI/Models/DTOs/CategoryDto.cs
Normal file
9
MinimalAPI/Models/DTOs/CategoryDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace HardwarePerformance.Models.DTOs
|
||||
{
|
||||
public class CategoryDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Description { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user