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

4 lines
133 B
C#

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