Update modalità confronto dati conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user