Completato update con NUOVE libs steamware spacchettate

This commit is contained in:
Samuele E. Locatelli
2020-02-20 17:58:26 +01:00
parent d63f8e70c3
commit ec7e642cd8
11 changed files with 36 additions and 151 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
using MagData;
using Newtonsoft.Json;
using SteamWare;
using SteamWare.IO;
using SteamWare.Reports;
using System;
using System.Collections.Generic;
using System.Data;
@@ -47,11 +48,11 @@ namespace MP_API.Controllers
switch (tipoReport)
{
case reportRichiesto.CartellinoPedane:
tab = (DataTable)MagDataLayer.man.taCPed.GetData(keyParam);
tab = MagDataLayer.man.taCPed.GetData(keyParam);
answ.Add("stp_prt_PartLabel", tab);
break;
case reportRichiesto.CartellinoFinitiOdette:
tab = (DataTable)MagDataLayer.man.taCFOdette.GetData(keyParam);
tab = MagDataLayer.man.taCFOdette.GetData(keyParam);
answ.Add("stp_prt_StackLabel", tab);
break;
default: