Skip to content

Instantly share code, notes, and snippets.

@Rudyzio
Created April 12, 2019 21:27
Show Gist options
  • Save Rudyzio/d462ad74705e0b21992b37bcb529324b to your computer and use it in GitHub Desktop.
Save Rudyzio/d462ad74705e0b21992b37bcb529324b to your computer and use it in GitHub Desktop.
public class User : BaseEntity
{
public string Name { get; set; }
public string Email { get; set; }
public IEnumerable<Recipe> Recipes { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment