add first impl

This commit is contained in:
Besok
2019-10-20 20:22:54 +01:00
parent f09a7eb468
commit 20b4195fb2
8 changed files with 179 additions and 3 deletions
@@ -0,0 +1,4 @@
package com.iluwatar.roleobject;
public class BorrowerRole extends CustomerRole{
}