code refactoring
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user