Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2202019

Browse files
committed
Remove redundant type parameter
1 parent 3c0f0e9 commit 2202019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/QueryStringDbContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected override void OnModelCreating(ModelBuilder builder)
3636
.HasForeignKey<Man>();
3737

3838
builder.Entity<Calendar>()
39-
.HasMany<Appointment>(calendar => calendar.Appointments)
39+
.HasMany(calendar => calendar.Appointments)
4040
.WithOne(appointment => appointment.Calendar);
4141

4242
base.OnModelCreating(builder);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /