コード例 #1
0
 public CarCompareRepository(CarCompareContext Contexts)
 {
     _CarCompareContext = Contexts ?? throw new ArgumentNullException(nameof(Contexts));
 }
コード例 #2
0
 public CarsController(CarCompareContext context)
 {
     _context = context;
 }