Beispiel #1
0
 public DenunciasController(VPSAContext context, IMapper mapper, IConfiguration configuration)
 {
     _context       = context;
     _mapper        = mapper;
     _configuration = configuration;
 }
 public EmpleadoesController(VPSAContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EstadoDenunciasController(VPSAContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public TipoDenunciasController(VPSAContext context)
 {
     _context = context;
 }
 public ComentariosController(VPSAContext context)
 {
     _context = context;
 }