Interfaces woohoo
This commit is contained in:
9
LctMonolith/Models/DTO/SkillProgress.cs
Normal file
9
LctMonolith/Models/DTO/SkillProgress.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LctMonolith.Models.DTO;
|
||||
|
||||
public class SkillProgress
|
||||
{
|
||||
public Guid SkillId { get; set; }
|
||||
public string SkillTitle { get; set; } = string.Empty;
|
||||
public int PreviousLevel { get; set; }
|
||||
public int NewLevel { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user