示例#1
0
 public AccountHistoryBufferRepository(AccountTestPDbContext context) : base(context)
 {
 }
示例#2
0
 public BaseRepository(AccountTestPDbContext context)
 {
     _context = context ?? throw new ArgumentNullException();;
 }
 public AccountTypeRepository(AccountTestPDbContext context) : base(context)
 {
 }