Update modalità confronto dati conf
This commit is contained in:
@@ -69,12 +69,12 @@ namespace MP.AppAuth.Controllers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Elenco Record x Vocabolario
|
||||
/// Elenco Record x VocabolarioModel
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public List<Vocabolario> VocabolarioGetAll()
|
||||
public List<VocabolarioModel> VocabolarioGetAll()
|
||||
{
|
||||
List<Vocabolario> dbResult = new List<Vocabolario>();
|
||||
List<VocabolarioModel> dbResult = new List<VocabolarioModel>();
|
||||
using (MoonProContext localDbCtx = new MoonProContext(_configuration))
|
||||
{
|
||||
dbResult = localDbCtx
|
||||
|
||||
Reference in New Issue
Block a user