namespace PyroFetes.DTO.Product.Request; public class PatchProductMinimalStockDto { public int Id { get; set; } public int MinimalQuantity { get; set; } }