Esempio n. 1
0
 public AppTestDrive(ITestDriveService driveService)
 {
     _testDriveService = driveService;
 }
Esempio n. 2
0
 public TestDrivesController(ITestDriveService testDriveService)
 {
     this.testDriveService = testDriveService;
 }
Esempio n. 3
0
 public TestDriveController(AppDbContext appDbContext, ITestDriveService testDriveService)
 {
     this.appDbContext     = appDbContext;
     this.testDriveService = testDriveService;
 }