We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550e00a commit ba4719dCopy full SHA for ba4719d
src/JsonApiDotNetCore/Builders/IContextGraphBuilder.cs
@@ -7,5 +7,6 @@ public interface IContextGraphBuilder
7
{
8
IContextGraph Build();
9
void AddResource<TResource>(string pluralizedTypeName) where TResource : class;
10
+ void AddDbContext<T>() where T : DbContext;
11
}
12
0 commit comments