コード例 #1
0
ファイル: CarService.cs プロジェクト: greviz/CarConfigAPI
 public CarService(CarConfigApiContext dbContext)
 {
     this.dbContext = dbContext;
 }
コード例 #2
0
 public ConfigurationService(CarConfigApiContext dbContext)
 {
     this.dbContext = dbContext;
 }