Implementing a Dto of a [HttpPost] Controller
In your provided code, it appears that you’re trying to create a new category using a DTO (CategoryDto) in your…
In your provided code, it appears that you’re trying to create a new category using a DTO (CategoryDto) in your…