public CarsController(ILogRepostiory logRepostiory, ICarsRepository carsRepository) { this.logRepostiory = logRepostiory; this.carsRepository = carsRepository; }
public LogController(ILogRepostiory logRepostiory) { this.logRepostiory = logRepostiory; }