-
Righi Andrea (Student Com17) authoredRighi Andrea (Student Com17) authored
Item.java 223 B
package project;
public class Item {
public Item(String title, String description, String images, String category) {
}
public static Item getItem(int item) {
// TODO Auto-generated method stub
return null;
}
}