Need to work on the ability to fetch records for Artist, Genre, and Year

This commit is contained in:
kdeng00
2019-09-06 22:38:14 -04:00
parent de838da040
commit e9241cf6a5
8 changed files with 200 additions and 6 deletions
+5
View File
@@ -27,6 +27,7 @@ set(SOURCES
)
set(HEADERS
include/component/AppComponent.hpp
include/controller/AlbumController.hpp
include/controller/CoverArtController.hpp
include/controller/LoginController.hpp
include/controller/SongController.hpp
@@ -37,9 +38,13 @@ set(HEADERS
include/database/GenreRepository.h
include/database/SongRepository.h
include/database/YearRepository.h
include/dto/AlbumDto.hpp
include/dto/ArtistDto.hpp
include/dto/CoverArtDto.hpp
include/dto/GenreDto.hpp
include/dto/LoginResultDto.hpp
include/dto/SongDto.hpp
include/dto/YearDto.hpp
include/manager/AlbumManager.h
include/manager/ArtistManager.h
include/manager/CoverArtManager.h