Beispiel #1
0
 public MiembrosController(IRepositoryGeneral context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Beispiel #2
0
 public PersonaController(IRepositoryGeneral rep, IMapper mapper)
 {
     _mapper = mapper;
     _rep    = rep;
 }