mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
解决.NET 4.5与EF6 DatabaseGeneratedOption冲突问题
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace OpenAuth.Domain.Interface
|
||||
{
|
||||
public interface IOrgRepository
|
||||
public interface IOrgRepository :IRepository<Org>
|
||||
{
|
||||
IEnumerable<Org> LoadOrgs();
|
||||
}
|
||||
|
Reference in New Issue
Block a user