Tag in blog

This commit is contained in:
mmrbnjd
2024-09-16 17:36:28 +03:30
parent 09837cd67c
commit f3847b59d2
5 changed files with 33 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ namespace Shared.DTOs
public string Text { get; set; }
public string? Photo { get; set; }
public string Date { get; set; }
public string Time { get; set; }
public string Time { get; set; }
public string? Tags { get; set; }
}
}