mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
euh
This commit is contained in:
@@ -21,5 +21,9 @@ namespace Globals.Interfaces
|
||||
void save();
|
||||
void updateGame(Game g);
|
||||
void updatePerson(Person p);
|
||||
Person getPersonByString(string s);
|
||||
Ploeg getPloegByString(string s);
|
||||
Game getGameByString(string s);
|
||||
Bet getBetByString(string s);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user