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;
 }