9 lines
179 B
C#
9 lines
179 B
C#
|
|
namespace PruebaAzureAD.Models
|
|||
|
|
{
|
|||
|
|
public class ProvinciaViewModel
|
|||
|
|
{
|
|||
|
|
public int IdProvincia { get; set; }
|
|||
|
|
public string Descripcion { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|