Added song delete endpoint

This commit is contained in:
kdeng00
2019-08-26 23:10:24 -04:00
parent 48e97e7cd1
commit ed6f98eb5a
7 changed files with 59 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ public:
Song retrieveRecord(Song&, songFilter);
void deleteRecord(const Song&);
void saveRecord(const Song&);
private:
std::vector<Song> parseRecords(MYSQL_RES*);