public FaultNameModelsController(DeadTreeContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public FeaturesMappingModelsController(DeadTreeContext context)
 {
     _context = context;
 }
 public FaultResultsModelsController(DeadTreeContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public HomeController(DeadTreeContext context) => _context = context;
Exemplo n.º 5
0
 public ProfessorModelsController(DeadTreeContext context)
 {
     _context = context;
 }
 public ResultsMappingModelsController(DeadTreeContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public QuestionsModelsController(DeadTreeContext context)
 {
     _context = context;
 }
 public FaultFeaturesModelsController(DeadTreeContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public ApparatusModelsController(DeadTreeContext context)
 {
     _context = context;
 }
 public ComponentModelsController(DeadTreeContext context)
 {
     _context = context;
 }