HAY UN AVANCE
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Entidades
|
||||
{
|
||||
public class Categoria
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Int32 Id { get; set; }
|
||||
public string Descripcion { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user