d764668cd72088f0dcb48f846ce3d28df3c5cf5d
Introduced a new asynchronous `CreateAction` method in the `ActionController` class to handle HTTP POST requests for creating "rec actions". The method accepts a `CreateRecActionCommand` object from the request body, processes it using `mediator.Send`, and returns a `201 Created` response using `CreatedAtAction`.
Description
Languages
C#
100%