Skip to content

Instantly share code, notes, and snippets.

@keremistan
Created May 17, 2018 21:20
Show Gist options
  • Save keremistan/5d798198e74390d3ea27a7e774a649d2 to your computer and use it in GitHub Desktop.
Save keremistan/5d798198e74390d3ea27a7e774a649d2 to your computer and use it in GitHub Desktop.
Basic Usecase Diagram with Plantuml
@startuml
(Hesap Girme) as hg
usecase "Hesap Silme" as hs
usecase "Sirket Batir" as sb
:Calisan: as ca
actor Mudur as md
ca -> hs
ca -up-> hg
md -> sb
ca <|-- md
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment