예제 #1
0
 public RepositoryWrapper(PaymentDbContext repositoryContext)
 {
     _repoContext = repositoryContext;
 }
예제 #2
0
 public PaymentRepository(PaymentDbContext context)
 {
     _context = context;
 }