Ejemplo n.º 1
0
 public TokenUsersController(IConfiguration config, TrabajadoresNetContext context)
 {
     _configuration = config;
     _context       = context;
 }
Ejemplo n.º 2
0
 public TrabajadoresController(TrabajadoresNetContext context)
 {
     _context = context;
 }