Files
lct2025-lonolith/LctMonolith/Models/DTO/CreateSkillDto.cs
2025-10-01 01:42:16 +03:00

4 lines
120 B
C#

namespace LctMonolith.Models.DTO;
public class CreateSkillDto { public string Title { get; set; } = string.Empty; }