Example #1
0
 public TabContribuyenteService(BDVLPContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public TabCatBeneficioService(BDVLPContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Example #3
0
 public TabInstitucionService(BDVLPContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }