I have a web service class diagram, I want it to show what stored procedures a web method calls.
for now, I just use a class with a metod inside to represent a stored procedure, something like
storeStuff(in this, in that, out field1, out field2)
but this consumes tons of space, any tips?
or are there any better ways to do this?
thanks