Month generation in progress
This commit is contained in:
@@ -137,3 +137,8 @@ void KissCount::DeleteCategory(struct category category)
|
||||
{
|
||||
_db->DeleteCategory(_user, category);
|
||||
}
|
||||
|
||||
std::map<int, std::vector<int> > KissCount::GetAllOperations()
|
||||
{
|
||||
return _db->GetAllOperations(_user);
|
||||
}
|
||||
|
@@ -36,6 +36,7 @@ class KissCount
|
||||
void UpdateCategory(wxString oldName, struct category category);
|
||||
void DeleteCategory(struct category category);
|
||||
|
||||
std::map<int, std::vector<int> > GetAllOperations();
|
||||
private:
|
||||
wxUI* _wxUI;
|
||||
Database* _db;
|
||||
|
Reference in New Issue
Block a user