initial commit from an older template
This commit is contained in:
12
Models/DTO/InstructionTestResultDTO.cs
Normal file
12
Models/DTO/InstructionTestResultDTO.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace GamificationService.Models.DTO;
|
||||
|
||||
public class InstructionTestResultDTO
|
||||
{
|
||||
public long? Id { get; set; }
|
||||
|
||||
public long? InstructionTestId { get; set; }
|
||||
|
||||
public long? UserId { get; set; }
|
||||
|
||||
public int Score { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user