code refactoring
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
|
||||
public string PostUrl { get; set; } = string.Empty;
|
||||
|
||||
public int Likes { get; set; } = 0;
|
||||
public int? Likes { get; set; } = 0;
|
||||
|
||||
public int Views { get; set; } = 0;
|
||||
public int? Views { get; set; } = 0;
|
||||
|
||||
public int Comments { get; set; } = 0;
|
||||
public int? Comments { get; set; } = 0;
|
||||
|
||||
public string? Image { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user