Added song delete endpoint
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
|
||||
Song retrieveRecord(Song&, songFilter);
|
||||
|
||||
void deleteRecord(const Song&);
|
||||
void saveRecord(const Song&);
|
||||
private:
|
||||
std::vector<Song> parseRecords(MYSQL_RES*);
|
||||
|
||||
Reference in New Issue
Block a user