You've already forked Extensions.Configuration.EntityFrameworkCore
Remove interface that's not adding much value + other minor cleanups
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace RAIC.Extensions.Configuration.EntityFrameworkCore;
|
||||
|
||||
public interface ISettingsDbContext<out TSettings> : IDisposable
|
||||
public interface ISettingsDbContext<out TSettings> : System.IDisposable
|
||||
where TSettings : System.Linq.IQueryable<ISetting>
|
||||
{
|
||||
TSettings Settings { get; }
|
||||
|
||||
Reference in New Issue
Block a user