4 lines
133 B
C#
4 lines
133 B
C#
namespace LctMonolith.Models.DTO;
|
|
public class CreateMissionCategoryDto { public string Title { get; set; } = string.Empty; }
|
|
|