first commit dev

This commit is contained in:
Thomas Cardon 2022-01-19 15:49:07 +01:00
parent ec0dc019d8
commit 36b96e8170

View File

@ -38,7 +38,6 @@ public class Restaurant {
super(); super();
// TODO Auto-generated constructor stub // TODO Auto-generated constructor stub
} }
public Restaurant(String nom, String adresse, String telephone, boolean aEmporter, boolean surPlace, double prix, public Restaurant(String nom, String adresse, String telephone, boolean aEmporter, boolean surPlace, double prix,
boolean accesPMR, String latitude, String longitude, String website, Collection<TypeRestau> typerestaus) { boolean accesPMR, String latitude, String longitude, String website, Collection<TypeRestau> typerestaus) {