VM
This commit is contained in:
8
StandManager/Model/ProvinciaViewModel.cs
Normal file
8
StandManager/Model/ProvinciaViewModel.cs
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
namespace StandManager.Model;
|
||||||
|
|
||||||
|
public class ProvinciaViewModel
|
||||||
|
{
|
||||||
|
public Guid Id { get; set; }
|
||||||
|
public string Sigla { get; set; }
|
||||||
|
public string Provincia { get; set; }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user