code refactoring
This commit is contained in:
parent
d8c59d7bd1
commit
c6538b8d0d
@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
public string PostUrl { get; set; } = string.Empty;
|
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; }
|
public string? Image { get; set; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user