コード例 #1
0
 public SaleService(CarDealerSystemDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
コード例 #2
0
 public CustomerService(CarDealerSystemDbContext dbContext)
 {
     this.dbContext = dbContext;
 }