Skip to content

Instantly share code, notes, and snippets.

@PhiHuyHoang
Created September 20, 2018 09:43
Show Gist options
  • Save PhiHuyHoang/835d56726c556cf68fa9bb6cfd4dea9e to your computer and use it in GitHub Desktop.
Save PhiHuyHoang/835d56726c556cf68fa9bb6cfd4dea9e to your computer and use it in GitHub Desktop.
class Post
{
public string status { get; set; }
public DateTime timestamp { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment