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