2 changed files
Client/HomagGroup.DigitalFactory.ApiGateway.Client | ||
ImportMaterialType.cs | ||
HISTORY.md | ||
ImportMaterialType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportMaterialType.cs-1+6/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportMaterialType.cs
Add comment 43 /// <summary>
Add comment 44 /// Width
Add comment 45 /// </summary>
Add comment 46 Minus public double? Width{ get; set; }
Add comment 46 Plus public double? Width { get; set; }
Add comment 47 Plus
Add comment 48 Plus /// <summary>
Add comment 49 Plus /// Density
Add comment 50 Plus /// </summary>
Add comment 51 Plus public double? Density { get; set; }
Add comment 47 52
Add comment 48 53 /// <summary>
Add comment 49 54 /// Decor
Add comment 80 # 2.0.21
Add comment 81
Add comment 82 - fix: HttpMethod DELETE for BoardTypes by Codes
Add comment 83 Plus
Add comment 84 Plus # 2.0.22
Add comment 85 Plus
Add comment 86 Plus - feat: Density import from woodstore
Add comment 83 87