Continuo spostamento repository.. test ok
This commit is contained in:
@@ -233,7 +233,6 @@ namespace MP.Data.Controllers
|
||||
return numRes != 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Elenco valori ammessi x Stati commessa (es Yacht Baglietto)
|
||||
@@ -253,6 +252,7 @@ namespace MP.Data.Controllers
|
||||
return ListValuesFiltAsync("AnagArticoli", "Tipo");
|
||||
}
|
||||
|
||||
#endif
|
||||
/// <summary>
|
||||
/// Elenco codice articoli che abbiano dati Dossier
|
||||
/// </summary>
|
||||
@@ -268,6 +268,7 @@ namespace MP.Data.Controllers
|
||||
.ToListAsync();
|
||||
}
|
||||
|
||||
#if false
|
||||
/// <summary>
|
||||
/// Conteggio num articoli Async
|
||||
/// </summary>
|
||||
@@ -279,7 +280,7 @@ namespace MP.Data.Controllers
|
||||
.DbSetArticoli
|
||||
.CountAsync();
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Conteggio articoli data condizione ricerca
|
||||
@@ -372,7 +373,6 @@ namespace MP.Data.Controllers
|
||||
.ToListAsync();
|
||||
}
|
||||
|
||||
#if false
|
||||
/// <summary>
|
||||
/// Elenco tabella Articoli da filtro
|
||||
/// </summary>
|
||||
@@ -414,7 +414,6 @@ namespace MP.Data.Controllers
|
||||
.Take(numRecord)
|
||||
.ToListAsync();
|
||||
}
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Elenco tabella Articoli NON IMPIEGATI (da stored stp_ART_getUsed) Async
|
||||
@@ -488,6 +487,7 @@ namespace MP.Data.Controllers
|
||||
}
|
||||
return await dbCtx.SaveChangesAsync() > 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Elenco da tabella Config Async
|
||||
|
||||
Reference in New Issue
Block a user