mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 06:27: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; }
|
||||
}
|
||||
|
||||
@@ -3,4 +3,5 @@ namespace WinStudentGoalTracker.DataAccess;
|
||||
public class UpdateBenchmarkDto
|
||||
{
|
||||
public string Benchmark { get; set; } = string.Empty;
|
||||
public string? ShortName { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user