Format ./web/backend/Features/Features.UserManagement

This commit is contained in:
Aaron Po
2026-06-20 15:09:43 -04:00
parent e2e5eb89e3
commit b298bd02d3
11 changed files with 33 additions and 44 deletions

View File

@@ -41,4 +41,4 @@ public class UserController(IMediator mediator) : ControllerBase
UserAccount user = await mediator.Send(new GetUserByIdQuery(id));
return Ok(user);
}
}
}