새기능 #1015
h2. 여러 사용자가 작업한 내용을 취합한다
{{plantuml(svg)
@startuml
left to right direction
(*) --> "선택한 항목을 얻음"
if 갯수 > 0 then
--> "현재 내용을 저장"
--> "Consolidate"
--> "GetMarkupInfoItemsAsync"
--> (*)
else
--> [False] "메시지"
endif
--> (*)
@enduml
}}
{{plantuml(svg)
@startuml
left to right direction
(*) --> "선택한 항목을 얻음"
if 갯수 > 0 then
--> "현재 내용을 저장"
--> "Consolidate"
--> "GetMarkupInfoItemsAsync"
--> (*)
else
--> [False] "메시지"
endif
--> (*)
@enduml
}}