asdas
This commit is contained in:
@@ -167,7 +167,7 @@ public class Context : Microsoft.EntityFrameworkCore.DbContext
|
||||
.HasKey(x => x.Id);
|
||||
|
||||
modelBuilder.Entity<OrdenDeCompra>()
|
||||
.HasMany(x => x.Detalles)
|
||||
.HasMany(x => x.detalles)
|
||||
.WithOne()
|
||||
.HasForeignKey(x => x.IdOrdenDeCompra);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user