Aggiornamento librerie
This commit is contained in:
@@ -26,7 +26,7 @@ public class IntegrySteupService(IIntegryApiRestClient integryApiRestClient) : I
|
||||
public Task<ArticoliInGrigliaDto?> RetrieveArtFromBarcode(string barcode) =>
|
||||
integryApiRestClient.AuthorizedGet<ArticoliInGrigliaDto?>(
|
||||
$"{BaseRequest}/retrieveArtFromBarcode",
|
||||
new Dictionary<string, object>
|
||||
new Dictionary<string, object?>
|
||||
{
|
||||
{ "barcode", barcode }
|
||||
}
|
||||
@@ -73,7 +73,7 @@ public class IntegrySteupService(IIntegryApiRestClient integryApiRestClient) : I
|
||||
public Task DeleteScheda(string activityId) =>
|
||||
integryApiRestClient.AuthorizedGet<object>(
|
||||
$"{BaseRequest}/deleteScheda",
|
||||
new Dictionary<string, object>
|
||||
new Dictionary<string, object?>
|
||||
{
|
||||
{ "activityId", activityId }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user