when you call the functionm you need to supply bot...
# announcements
k
when you call the functionm you need to supply both receivers. because you can only supply one receiver explicitly (in your case
con
), you need to supply the other receiver implictly. this can be done when you're inside the class or when you're inside an extension function or lambda that has the class as receiver. that's what
with(Dbutil()) {}
does