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