Commit 5eb98ae1 authored by 9731050's avatar 9731050

third

parent f8c0d480
Pipeline #581 canceled with stages
import org.university.core.Employee;
public class Statement {
private double amount;
private Employee reciever;
public Statement(double amount, Employee reciever) {
this.amount = amount;
this.reciever = reciever;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment