code refactoring

This commit is contained in:
2024-05-02 17:06:43 +05:30
parent 4672d82975
commit 62c7a29909
13 changed files with 2042 additions and 98 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ namespace PortBlog.API.Entities
public string Description { get; set; } = string.Empty;
[Required]
[MaxLength(100)]
public string Category { get; set; } = string.Empty;
[MaxLength(200)]
public string Categories { get; set; } = string.Empty;
[Required]
[MaxLength(100)]