constructor(private dataService: DataService) {}
constructor(private apiService: ApiService) { this.apiService.fetchData(); }