mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
routine update
This commit is contained in:
7
OpenAuth.Repository/BaseRepository.cs
Normal file
7
OpenAuth.Repository/BaseRepository.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace OpenAuth.Repository
|
||||
{
|
||||
public class BaseRepository
|
||||
{
|
||||
protected OpenAuthDBContext _Context = new OpenAuthDBContext();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user