corretto refuso
This commit is contained in:
parent
eebed847bc
commit
a669898eb0
@ -25,7 +25,7 @@ namespace ApiAdHoc_Odoo.Data
|
|||||||
.HasNoKey(); // Views typically don't have a primary key
|
.HasNoKey(); // Views typically don't have a primary key
|
||||||
// Map the view to the model
|
// Map the view to the model
|
||||||
modelBuilder.Entity<Scadenze>()
|
modelBuilder.Entity<Scadenze>()
|
||||||
.ToView("PI_APISCADENZE2")
|
.ToView("PI_APISCADENZE")
|
||||||
.HasNoKey(); // Views typically don't have a primary key
|
.HasNoKey(); // Views typically don't have a primary key
|
||||||
// Map the view to the model
|
// Map the view to the model
|
||||||
modelBuilder.Entity<Articolo>()
|
modelBuilder.Entity<Articolo>()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user