Commit 0c9d8735 authored by Rohit Prasad's avatar Rohit Prasad

Implement Customer class

parent 6c1b1020
public class Customer {
String id;
Customer(String id) { this.id = id; }
}
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