updated GetSupplierDto.cs
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
using PyroFetes.DTO.Price.Response;
|
||||||
using PyroFetes.DTO.Product.Response;
|
using PyroFetes.DTO.Product.Response;
|
||||||
|
|
||||||
namespace PyroFetes.DTO.Supplier.Response;
|
namespace PyroFetes.DTO.Supplier.Response;
|
||||||
@@ -13,4 +14,5 @@ public class GetSupplierDto
|
|||||||
public string? City { get; set; }
|
public string? City { get; set; }
|
||||||
public int DeliveryDelay { get; set; }
|
public int DeliveryDelay { get; set; }
|
||||||
public List<GetProductDto>? Products { get; set; }
|
public List<GetProductDto>? Products { get; set; }
|
||||||
|
public List<GetPriceDto>? Prices { get; set; }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user