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