Exemplo n.º 1
0
 public DriverManager(PathVariableService variableService)
 {
     _variableService = variableService;
 }
Exemplo n.º 2
0
 public DriverManager()
 {
     _variableService = new PathVariableService();
 }