This commit is contained in:
zaccaria.majid
2022-11-30 15:40:57 +01:00
parent e476ce3a81
commit 3a5a98abc0
9 changed files with 368 additions and 410 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ namespace MP.Data.Controllers
/// <returns></returns>
public List<Macchine> MacchineGetFilt(string codGruppo)
{
List<Gruppi2MaccModel> dbResult = new List<Gruppi2MaccModel>();
List<Macchine> dbResult = new List<Macchine>();
using (var dbCtx = new MoonProContext(_configuration))
{
if (codGruppo == "*")