示例#1
0
 public VagasController(ProjetoWebMVCContext context)
 {
     _context = context;
 }
示例#2
0
 public SalesRecordService(ProjetoWebMVCContext context)
 {
     _context = context;
 }
示例#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;
 }