DTO used in the Application
This page aims to list all the DTO used in the Application.
ProductDTO
{
"id" : 1,
"name": "string",
"description": "string",
"price": 0
}CreateProductDTO
{
"name": "string",
"description": "string",
"price": 0
}PaginationProductDTO
Last updated