Farid Ahamat
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Farid Ahamat created a post, C# code style - closing parentheses at method declaration
Given a code like this:public async Task<ActionResult<CreateNewResponse>> Post( [FromBody] CreateNewRequest query, CancellationToken cancellationToken ) { var response = await Mediator....