Skip to content

Instantly share code, notes, and snippets.

@mortezadalil
Created December 8, 2019 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortezadalil/5038acd341a7844faa23b19a36eba82c to your computer and use it in GitHub Desktop.
Save mortezadalil/5038acd341a7844faa23b19a36eba82c to your computer and use it in GitHub Desktop.
public class AddPostResponse
{
public int Id { get; set; }
public string Title { get; set; }
public string Content { get; set; }
public DateTime CreatedDate { get; set; }
public DateTime ModifiedDate { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment