update
This commit is contained in:
9
DEV.3.1/TP1/Vote.java
Normal file
9
DEV.3.1/TP1/Vote.java
Normal file
@@ -0,0 +1,9 @@
|
||||
import java.sql.*;
|
||||
|
||||
public class Vote {
|
||||
|
||||
private String pays;
|
||||
public Vote(String pays) {
|
||||
this.pays = pays;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user