コード例 #1
0
 public RepositoryWrapper(PaymentDbContext repositoryContext)
 {
     _repoContext = repositoryContext;
 }
コード例 #2
0
 public PaymentRepository(PaymentDbContext context)
 {
     _context = context;
 }