Added endpoint to update presentationInfos and added these info to the get
This commit is contained in:
@@ -50,6 +50,9 @@ public class ContentDbContext(
|
||||
.OwnsOne<Images>(x => x.Images)
|
||||
.ToTable(nameof(Images));
|
||||
|
||||
|
||||
modelBuilder
|
||||
.Entity<Creator>()
|
||||
.OwnsOne<PresentationInfos>(x => x.PresentationInfos)
|
||||
.ToTable(nameof(PresentationInfos));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user