Update modalità confronto dati conf

This commit is contained in:
Samuele Locatelli
2024-07-19 09:30:59 +02:00
parent af27e297d9
commit 687388df5d
20 changed files with 415 additions and 141 deletions
+2 -2
View File
@@ -177,9 +177,9 @@ namespace MP.AppAuth.Controllers
/// Elenco Record x gestione Update
/// </summary>
/// <returns></returns>
public List<Vocabolario> VocabolarioGetAll()
public List<VocabolarioModel> VocabolarioGetAll()
{
List<Vocabolario> dbResult = new List<Vocabolario>();
List<VocabolarioModel> dbResult = new List<VocabolarioModel>();
using (AppAuthContext localDbCtx = new AppAuthContext(_configuration))
{
dbResult = localDbCtx