finalisation des endpoints
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
namespace PF3.DTO.Truck.Request;
|
||||
namespace PyroFetes.DTO.Truck.Request;
|
||||
|
||||
public class CreateTruckDto
|
||||
{
|
||||
public string? Type { get; set; }
|
||||
public string? MaxExplosiveCapacity { get; set; }
|
||||
public double? MaxExplosiveCapacity { get; set; }
|
||||
public string? Sizes { get; set; }
|
||||
public string? Statut { get; set; }
|
||||
public string? Status { get; set; }
|
||||
public int? ShowId { get; set; }
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace PF3.DTO.Truck.Request;
|
||||
namespace PyroFetes.DTO.Truck.Request;
|
||||
|
||||
public class IdTruckDto
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace PF3.DTO.Truck.Request;
|
||||
namespace PyroFetes.DTO.Truck.Request;
|
||||
|
||||
public class UpdateTruckDto
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace PF3.DTO.Truck.Response;
|
||||
namespace PyroFetes.DTO.Truck.Response;
|
||||
|
||||
public class ReadTruckDto
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public string? Type { get; set; }
|
||||
public string? MaxExplosiveCapacity { get; set; }
|
||||
public double? MaxExplosiveCapacity { get; set; }
|
||||
public string? Sizes { get; set; }
|
||||
public string? Statut { get; set; }
|
||||
public int? ShowId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user