Continuo spostamento repository.. test ok

This commit is contained in:
Samuele Locatelli
2026-06-01 19:22:34 +02:00
parent fa46fe89e5
commit 537ebec330
36 changed files with 56 additions and 50 deletions
@@ -50,6 +50,7 @@ namespace MP.Data.Repository.Anag
}
else
{
// se si volessero impiegare parametri OUTPUT (qui ne mancherebbe 1 nella stored x CntCode...)
var pCntType = new SqlParameter("@CntType", cntType);
var pLastNum = new SqlParameter
{
+7 -1
View File
@@ -130,11 +130,17 @@ namespace MP.Data.Repository.Anag
Task<List<AnagArticoliModel>> ArticoliGetSearchAsync(int numRecord, string tipoArt = "*", string azienda = "*", string searchVal = "");
/// <summary>
/// Elenco tabella Articoli NON IMPIEGATI (da stored stp_ART_getUsed) Async
/// Elenco tabella Articoli NON IMPIEGATI (da stored stp_ART_getNotUsed) Async
/// </summary>
/// <returns>Lista di articoli non impiegati</returns>
Task<List<AnagArticoliModel>> ArticoliGetUnusedAsync();
/// <summary>
/// Elenco tabella Articoli IMPIEGATI (da stored stp_ART_getUsed) Async
/// </summary>
/// <returns>Lista di articoli non impiegati</returns>
Task<List<AnagArticoliModel>> ArticoliGetUsedAsync();
/// <summary>
/// Dizionario associazione ODL/PODL
/// </summary>