forked from sanchezvem/PyroFetes
Fixed name of directory Deliverer
This commit is contained in:
11
PyroFetes/DTO/Deliverer/Response/GetDelivererDto.cs
Normal file
11
PyroFetes/DTO/Deliverer/Response/GetDelivererDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using PyroFetes.DTO.DeliveryNote.Response;
|
||||
|
||||
namespace PyroFetes.DTO.Deliverer.Response;
|
||||
|
||||
public class GetDelivererDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Transporter { get; set; }
|
||||
|
||||
public List<GetDeliveryNoteDto>? DeliveryNotes { get; set; }
|
||||
}
|
Reference in New Issue
Block a user