Completato update con NUOVE libs steamware spacchettate
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user