This commit is contained in:
mmrbnjd
2024-11-16 15:08:18 +03:30
parent 6fe0cee3ef
commit ae654b1ffe
15 changed files with 117 additions and 124 deletions

View File

@@ -22,6 +22,7 @@ namespace Shared.DTOs
public string Date { get; set; }
public string Time { get; set; }
public string? Tags { get; set; }
public string? Description { get; set; }
public string? DescriptionTag { get; set; }
public string? keywordsTag { get; set; }
}
}