corretto refuso

This commit is contained in:
michele 2025-01-31 16:20:27 +01:00
parent eebed847bc
commit a669898eb0

View File

@ -25,7 +25,7 @@ namespace ApiAdHoc_Odoo.Data
.HasNoKey(); // Views typically don't have a primary key
// Map the view to the model
modelBuilder.Entity<Scadenze>()
.ToView("PI_APISCADENZE2")
.ToView("PI_APISCADENZE")
.HasNoKey(); // Views typically don't have a primary key
// Map the view to the model
modelBuilder.Entity<Articolo>()