Created
July 18, 2019 08:26
-
-
Save ntakouris/baf83841db46a1a22bb4f5bf7a6189b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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