Interface IDbContextResolver
- Namespace
- JsonApiDotNetCore.Repositories
- Assembly
- JsonApiDotNetCore.dll
Provides a method to resolve a DbContext.
public interface IDbContextResolver
Methods
GetContext()
DbContext GetContext()
Provides a method to resolve a DbContext.
public interface IDbContextResolver
DbContext GetContext()