namespace DbFirst.Application.Catalogs; public class CatalogWriteDto { public string CatTitle { get; set; } = null!; public string CatString { get; set; } = null!; }