Last active
June 19, 2020 23:10
-
-
Save httpmurilo/c63a2c9c9ffddd5bce255dd0c09c09b5 to your computer and use it in GitHub Desktop.
autor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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