partido + melhorias
This commit is contained in:
9
OpenCand.Core/Models/Partido.cs
Normal file
9
OpenCand.Core/Models/Partido.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OpenCand.Core.Models
|
||||
{
|
||||
public class Partido
|
||||
{
|
||||
public string Sigla { get; set; }
|
||||
public string Nome { get; set; }
|
||||
public int Numero { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user