コード例 #1
0
 public FaultNameModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #2
0
 public FeaturesMappingModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #3
0
 public FaultResultsModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #4
0
 public HomeController(DeadTreeContext context) => _context = context;
コード例 #5
0
 public ProfessorModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #6
0
 public ResultsMappingModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #7
0
 public QuestionsModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #8
0
 public FaultFeaturesModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #9
0
 public ApparatusModelsController(DeadTreeContext context)
 {
     _context = context;
 }
コード例 #10
0
 public ComponentModelsController(DeadTreeContext context)
 {
     _context = context;
 }