[SOLVED] CS代考计算机代写 package com.jokecompany;

30 $

File Name: CS代考计算机代写_package_com.jokecompany;.zip
File Size: 452.16 KB

SKU: 6128023077 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


package com.jokecompany;

public class Dto {
private String name , surname;

public Dto(String name, String surname) {
this.name = name;
this.surname = surname;
}

public String getName() {
return name;
}

public void setName(String name) {
this.name = name;
}

public String getSurname() {
return surname;
}

public void setSurname(String surname) {
this.surname = surname;
}
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS代考计算机代写 package com.jokecompany;
30 $