namespace PyroFetes.DTO.WareHouseProduct.Request; public class PatchWareHouseProductQuantityDto { public int Id { get; set; } public int Quantity { get; set; } }