namespace PyroFetes.DTO.WareHouseProduct.Response; public class GetTotalQuantityDto { public int ProductId { get; set; } public int TotalQuantity { get; set; } }