Fix conf code di stampa + aggiunte altre conf x reports

This commit is contained in:
Samuele E. Locatelli
2020-07-28 20:39:49 +02:00
parent e528cd3c2d
commit d9515f90f3
5 changed files with 374 additions and 344 deletions
@@ -12,7 +12,7 @@ namespace NKC_WF.Controllers
{
/// <summary>
/// Restituisce un array JSon x le conf delle code di stampa
/// GET: api/PrintQueue
/// GET: api/PrintQueueConf
/// </summary>
/// <returns>lista oggetto Json in formato SteamwareSDK.queueConf</returns>
public List<queueConf> Get()
@@ -57,13 +57,5 @@ namespace NKC_WF.Controllers
return answ;
}
#if false
// GET: api/PrintQueue/5
public string Get(int id)
{
return "value";
}
#endif
}
}