mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 09:57:37 +00:00
Added short name to benchmarks
This commit is contained in:
@@ -4,4 +4,5 @@ public class CreateBenchmarkDto
|
||||
{
|
||||
public Guid GoalId { get; set; }
|
||||
public string Benchmark { get; set; } = string.Empty;
|
||||
public string? ShortName { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user