Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created July 18, 2019 08:26
Show Gist options
  • Save ntakouris/baf83841db46a1a22bb4f5bf7a6189b0 to your computer and use it in GitHub Desktop.
Save ntakouris/baf83841db46a1a22bb4f5bf7a6189b0 to your computer and use it in GitHub Desktop.
using System;
namespace Tweetbook.Domain
{
public class Post
{
public Guid Id { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment