Continuo migrazione repository

This commit is contained in:
Samuele Locatelli
2026-06-01 19:12:12 +02:00
parent a34dd4cc79
commit fa46fe89e5
15 changed files with 34 additions and 26 deletions
+7 -2
View File
@@ -33,6 +33,7 @@ namespace MP.Data.Controllers
#region Public Methods
#if false
/// <summary>
/// Stacca un nuovo counter x il tipo richiesto
/// </summary>
@@ -91,7 +92,7 @@ namespace MP.Data.Controllers
}
}
return answ;
}
}
/// <summary>
/// Restituisce l'anagrafica EVENTI generalmente disponibile per OGNI macchina
@@ -231,6 +232,8 @@ namespace MP.Data.Controllers
return numRes != 0;
}
#endif
/// <summary>
/// Elenco valori ammessi x Stati commessa (es Yacht Baglietto)
@@ -369,6 +372,7 @@ namespace MP.Data.Controllers
.ToListAsync();
}
#if false
/// <summary>
/// Elenco tabella Articoli da filtro
/// </summary>
@@ -409,7 +413,8 @@ namespace MP.Data.Controllers
.OrderBy(x => x.CodArticolo)
.Take(numRecord)
.ToListAsync();
}
}
#endif
/// <summary>
/// Elenco tabella Articoli NON IMPIEGATI (da stored stp_ART_getUsed) Async