forked from sanchezvem/PyroFetes
7 lines
175 B
C#
7 lines
175 B
C#
namespace PyroFetes.DTO.Quotation.Request;
|
|
|
|
public class PatchQuotationConditionsSaleDto
|
|
{
|
|
public int Id { get; set; }
|
|
public string? ConditionsSale { get; set; }
|
|
} |