#352- Unit Of Work : [Refactor] Change module name to unit-of-work.
This commit is contained in:
10
unit-of-work/etc/unit-of-work.urm.puml
Normal file
10
unit-of-work/etc/unit-of-work.urm.puml
Normal file
@ -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