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