From 79f5eaf40b93d64be74d8b4f1ef80d19fadbfbe1 Mon Sep 17 00:00:00 2001 From: Paweł Bernaciak Date: Fri, 29 Dec 2023 09:41:56 +0100 Subject: Cywilizowany tailwind --- CoreWiki/Models/ArticleCommentListViewModel.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CoreWiki/Models/ArticleCommentListViewModel.cs (limited to 'CoreWiki/Models/ArticleCommentListViewModel.cs') diff --git a/CoreWiki/Models/ArticleCommentListViewModel.cs b/CoreWiki/Models/ArticleCommentListViewModel.cs new file mode 100644 index 0000000..881fc01 --- /dev/null +++ b/CoreWiki/Models/ArticleCommentListViewModel.cs @@ -0,0 +1,8 @@ +namespace CoreWiki.Models; + +public class ArticleCommentListViewModel +{ + public IEnumerable Comments { get; init; } + public string Slug { get; init; } + public int PageNumber { get; init; } +} \ No newline at end of file -- cgit v1.2.3