We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In controller C1 and action A1 I need result of action A2 from C2 controller.
I don't want to repeat code, so how to call that action?
In controller C1 and action A1 I need result of action A2 from C2 controller.
I don't want to repeat code, so how to call that action?