initial commit from an older template
This commit is contained in:
10
Models/DTO/InstructionCategoryDTO.cs
Normal file
10
Models/DTO/InstructionCategoryDTO.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace GamificationService.Models.DTO;
|
||||
|
||||
public class InstructionCategoryDTO
|
||||
{
|
||||
public long? Id { get; set; }
|
||||
|
||||
public string? Title { get; set; } = null!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user