Skip to content

Instantly share code, notes, and snippets.

@Chriz76
Created May 15, 2021 19:06
Show Gist options
  • Save Chriz76/454d5eec350bc56129307f6f5fc43b76 to your computer and use it in GitHub Desktop.
Save Chriz76/454d5eec350bc56129307f6f5fc43b76 to your computer and use it in GitHub Desktop.
namespace PostService.Entities
{
public class User
{
public int ID { get; set; }
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment