forked from sanchezvem/PyroFetes
fixed errors
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using PyroFetes.DTO.Product.Response;
|
||||
|
||||
namespace PyroFetes.DTO.Supplier.Response;
|
||||
|
||||
public class GetSupplierDto
|
||||
@@ -10,4 +12,5 @@ public class GetSupplierDto
|
||||
public string? ZipCode { get; set; }
|
||||
public string? City { get; set; }
|
||||
public int DeliveryDelay { get; set; }
|
||||
public List<GetProductDto>? Products { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user