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