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