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

4 lines
123 B
C#

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