Model

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public int id_usuario { get; set; }

public string nombres { get; set; }

public string apellidos { get; set; }

public int edad { get; set; }

public string correo { get; set; }

public string usuario { get; set; }

public string contra { get; set; }

You might also like