namespace PyroFetes.DTO.Price.Request; public class PatchPriceSellingPriceDto { public int Id { get; set; } public decimal SellingPrice { get; set; } }