Exemplo n.º 1
0
 public VagasController(ProjetoWebMVCContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public SalesRecordService(ProjetoWebMVCContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public CandidatosController(ProjetoWebMVCContext context)
 {
     _context = context;
 }
 public SellerService(ProjetoWebMVCContext context)
 {
     _context = context;
 }
 public DepartmentService(ProjetoWebMVCContext context)
 {
     _context = context;
 }
 public DepartamentsController(ProjetoWebMVCContext context)
 {
     _context = context;
 }