3998c9ce0bd5b66c049aeb23e8ed89436437a116
Updated BodyQueryBehavior to support a generic request-response pipeline. Replaced fixed `TRecAction` and `Unit` types with `TRequest` and `TResponse` generics. Added `where` constraints for `TRequest` (`RecActionDto`) and `TResponse` (`notnull`). Updated the `Handle` method signature and return type to align with the new generics.
Description
Languages
C#
100%