Skip to content
Snippets Groups Projects
Commit 68b07cec authored by FranLepGill's avatar FranLepGill
Browse files

salida

parent cab31c89
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ public class DataSalida {
private Date fechaAlta;
private int cant;
public DataSalida(String n,String l,Date h,Date f,Date fa,int c)
public Salida(String n,String l,Date h,Date f,Date fa,int c)
{
nombre = n;
lugar = l;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment