SP
Size: a a a
SP
SP
SP
SP
DT
DT
SB
SP
SP
SP
SB
SP
SP
SF
SP
SP
SF
DT
SP
DoMyVeryImportantUseCase(DoStuff command) {
val firstThing = firstRepo.get(command.firstThingId)
val secondThing = secondRepo.get(command.secondThingId)
val fee = feeCalculation(command.amount)
// ...
}
SP