コード例 #1
0
 public DieselCarDbContextManager(DieselCarDbContext context)
 {
     this.context = context;
 }
コード例 #2
0
ファイル: Factory.cs プロジェクト: DiyanLyubchev/CarSolution
 public Factory(DieselCarDbContext context)
 {
     this.context = context;
 }