code refactoring

This commit is contained in:
Bangara Raju Kottedi 2024-05-07 02:49:17 +05:30
parent d8c59d7bd1
commit c6538b8d0d

View File

@ -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; }