15 lines
159 B
C++
15 lines
159 B
C++
#ifndef SONGREPOSITORY_H_
|
|
#define SONGREPOSITORY_H_
|
|
|
|
#include <mysql/mysql.h>
|
|
|
|
#include "models/models.h"
|
|
|
|
class songRespository
|
|
{
|
|
public:
|
|
private:
|
|
};
|
|
|
|
#endif
|