Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as text by Bruno ( 18 years ago )
public class Bitacora
{
private Usuario usuario;
private Patente patente;
private DateTime fechahora;
private Bitacora()
{
}
public Usuario Usuario
{
get { return usuario; }
set { usuario = value; }
}
public Patente Patente
{
get { return patente; }
set { patente = value; }
}
public DateTime Fechahora
{
get { return fechahora; }
set { fechahora = value; }
}
}
Revise this Paste