Exemplo n.º 1
0
 public DeleteInfoController(IEmployeePIRepository npRepo, IMapper mapper)
 {
     _npRepo = npRepo;
     _mapper = mapper;
 }