Exemplo n.º 1
0
 public TextDapperService(ITextDapperRepository textRepository, IMapper mapper)
 {
     _textRepository = textRepository;
     _mapper         = mapper;
 }