Update API x metodo mode 2 (BOM)
This commit is contained in:
@@ -45,6 +45,13 @@ namespace Lux.API.Services
|
||||
string UID = retData.Args["UID"];
|
||||
await _cacheService.SaveSvgAsync(UID, newSvg);
|
||||
}
|
||||
else if(retData.Args.ContainsKey("BOM"))
|
||||
{
|
||||
// salvo BOM ricevuta
|
||||
string newBom = retData.Args["BOM"];
|
||||
string UID = retData.Args["UID"];
|
||||
await _cacheService.SaveBomAsync(UID, newBom);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user