init
This commit is contained in:
@@ -16,8 +16,15 @@ public class FilePathListing
|
||||
public BlogPost? ParentBlogPost { get; set; }
|
||||
|
||||
public int? ParentBlogPostId { get; set; }
|
||||
|
||||
public int? HomePageConfigurationId { get; set; }
|
||||
public HomePageConfiguration? HomePageConfiguration { get; set; }
|
||||
|
||||
public required string OriginalName { get; set; }
|
||||
|
||||
public required string Path { get; set; }
|
||||
|
||||
public string? SmallThumbnailPath { get; set; }
|
||||
|
||||
public string? LargeThumbnailPath { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user