public ValidateOrdenFiltro(IFiltrosRepository context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
 public ValidateCodigoFiltro(IFiltrosRepository context)
 {
     _context = context;
 }
Exemple #3
0
 public ListFiltros(IFiltrosRepository context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }