Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jul 3, 2022
1 parent 58a3754 commit 68d902f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions puml/owner/implementation/View__Class.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ class OwnerView {

OwnerState currentState

button_list_dialog(): OwnerState
- load_list(): boolean

button_owner_cancel_and_back(): OwnerState

button_owner_details_dialog(): OwnerState
Expand Down Expand Up @@ -63,6 +66,9 @@ class PetTypeView {

PetTypeState currentState

button_list_dialog(): PetTypeState
- load_list(): boolean

button_cancel_and_back(): PetTypeState

button_addNew_dialog(): PetTypeState
Expand Down
6 changes: 6 additions & 0 deletions puml/vet/implementation/View__Class.puml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class VetView {

- VetState currentState

button_list_dialog(): VetState
- load_list(): boolean

button_cancel_and_back(): VetState

button_addNew_dialog(): VetState
Expand All @@ -30,6 +33,9 @@ class SpecialtyView {

- SpecialtyState currentState

button_list_dialog(): SpecialtyState
- load_list(): boolean

button_cancel_and_back(): SpecialtyState

button_addNew_dialog(): SpecialtyState
Expand Down
Binary file not shown.

0 comments on commit 68d902f

Please sign in to comment.