Skip to content

Instantly share code, notes, and snippets.

@httpmurilo
Last active May 7, 2020 00:39
Show Gist options
  • Save httpmurilo/891e9c17f858769ca1deec7d438ba87f to your computer and use it in GitHub Desktop.
Save httpmurilo/891e9c17f858769ca1deec7d438ba87f to your computer and use it in GitHub Desktop.
Autor
{
public int Id { get; set; }
public string PrimeiroNome { get; set; }
public string SegundoNome { get; set; }
public string Dominio { get; set; }
public ICollection<Curso> Cursos { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment