mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-08 10:20:55 +00:00
#352- Unit Of Work : Add Student model and puml diagram
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@startuml
|
||||
package com.iluwatar.unitofwork {
|
||||
class Student {
|
||||
- address : String
|
||||
- id : Integer
|
||||
- name : String
|
||||
+ Student(id : Integer, name : String, address : String)
|
||||
}
|
||||
}
|
||||
@enduml
|
||||
Reference in New Issue
Block a user