Skip to content

Commit ba4719d

Browse files
committed
fix(IContextGraphBuilder): expose the AddDbContext method
1 parent 550e00a commit ba4719d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonApiDotNetCore/Builders/IContextGraphBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ public interface IContextGraphBuilder
77
{
88
IContextGraph Build();
99
void AddResource<TResource>(string pluralizedTypeName) where TResource : class;
10+
void AddDbContext<T>() where T : DbContext;
1011
}
1112
}

0 commit comments

Comments
 (0)