Skip to content

service_contract

Thorsten Zoerner edited this page Feb 1, 2024 · 4 revisions

Service: contract

Method process

Called by:

Calls:

graph TD
   meritorder.process --> contract.process
   contract.process --> contract_model.find
   contract.process --> contract_model.update
Loading

Method add

Calls:

graph TD
   contract.add --> access.randomString
   contract.add --> contract_model.insert
   contract.add --> meritorder.set
Loading
Clone this wiki locally