9 lines
208 B
C#
9 lines
208 B
C#
using System.Net;
|
|
using PF3.DTO.Truck.Request;
|
|
using PF3.DTO.Truck.Response;
|
|
|
|
namespace PF3.Endpoint;
|
|
|
|
public class CreateTruckEndpoint(PF3DbContext pf3DbContext):EndPoint<CreateTruckDto, ReadTruckDto>
|
|
{
|
|
} |