예제 #1
0
 public ListExclusiones(IExclusionesRepository context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
예제 #2
0
 public GetSingleExclusion(IExclusionesRepository context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }