Skip to content

Instantly share code, notes, and snippets.

@httpmurilo
Last active June 19, 2020 23:10
Show Gist options
  • Save httpmurilo/c63a2c9c9ffddd5bce255dd0c09c09b5 to your computer and use it in GitHub Desktop.
Save httpmurilo/c63a2c9c9ffddd5bce255dd0c09c09b5 to your computer and use it in GitHub Desktop.
autor
namespace Faculdade.Api.Model
{
public class Autor
{
public int Id { get; set; }
public string Nome { get; set; }
public string Curso { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment