mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-05 21:28:01 +08:00
8 lines
153 B
C#
8 lines
153 B
C#
namespace OpenAuth.Repository
|
|
{
|
|
public class BaseRepository
|
|
{
|
|
protected OpenAuthDBContext _Context = new OpenAuthDBContext();
|
|
}
|
|
}
|