3 changed files
Client/HomagGroup.DigitalFactory.ApiGateway.Client | ||
Interfaces | ||
IMaterialsService.cs | ||
ImportMaterialType.cs | ||
HISTORY.md | ||
IMaterialsService.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/Interfaces/IMaterialsService.cs-1+1/Client/HomagGroup.DigitalFactory.ApiGateway.Client/Interfaces/IMaterialsService.cs
Add comment 8 public interface IMaterialsService
Add comment 9 {
Add comment 10 /// <summary>
Add comment 11 Minus /// Get Orders
Add comment 11 Plus /// Import material storage data
Add comment 12 /// </summary>
Add comment 13 /// <returns></returns>
Add comment 14 Task<ImportResult> ImportInventory(ImportInventoryRequest data, bool fullImport);
ImportMaterialType.cs
/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportMaterialType.cs-1+1/Client/HomagGroup.DigitalFactory.ApiGateway.Client/ImportMaterialType.cs
Add comment 18 /// <summary>
Add comment 19 /// Quantity of instances
Add comment 20 /// </summary>
Add comment 21 Minus public double? Quantity{ get; set; }
Add comment 21 Plus public int Quantity{ get; set; }
Add comment 22
Add comment 23 /// <summary>
Add comment 24 /// Grain
Add comment 41 # 2.0.12
Add comment 42
Add comment 43 - Added models for material storage system import
Add comment 44 Plus
Add comment 45 Plus # 2.0.13
Add comment 46 Plus
Add comment 47 Plus - Fix definition for material import quantities
Add comment 48 Plus
Add comment 49 Plus # 2.0.14
Add comment 50 Plus
Add comment 51 Plus - Added IMaterialService and MaterialService with import functionality
Add comment 44 52