forked from sanchezvem/PyroFetes
Creating DTO of Deliver and fixing some typing errors
This commit is contained in:
7
PyroFetes/DTO/Deliver/Request/UpdateDelivererDto.cs
Normal file
7
PyroFetes/DTO/Deliver/Request/UpdateDelivererDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PyroFetes.DTO.Deliver.Request;
|
||||
|
||||
public class UpdateDelivererDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Transporter { get; set; }
|
||||
}
|
Reference in New Issue
Block a user