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