public SSRRepository(SSRContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
Example #2
0
 public TransactionRepository(SSRContext dbContext, IMapper mapper) : base(dbContext, mapper)
 {
 }