From c9d38dad21ae2303b576e6d98274eff36bccf84d Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Thu, 21 Mar 2024 16:46:09 +1100 Subject: [PATCH] Remove content license. --- MyApp.ServiceModel/Posts.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MyApp.ServiceModel/Posts.cs b/MyApp.ServiceModel/Posts.cs index 93a0e1b..dd65d71 100644 --- a/MyApp.ServiceModel/Posts.cs +++ b/MyApp.ServiceModel/Posts.cs @@ -25,8 +25,6 @@ public class Post public string Title { get; set; } - public string ContentLicense { get; set; } - public int? FavoriteCount { get; set; } public DateTime CreationDate { get; set; }