Example #1
0
 public BaseDtoRepository(ConexaoDBConfig config, IMapper mapper)
 {
     _mapper = mapper;
     _config = config;
 }
Example #2
0
 public UserRepository(ConexaoDBConfig config, IMapper mapper) : base(config, mapper)
 {
 }