Beispiel #1
0
 public Factory(GasCarDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public GasCarDbContextManager(GasCarDbContext context)
 {
     this.context = context;
 }