finished excursion view so far. Just need to test everything
time
This commit is contained in:
@@ -13,7 +13,7 @@ abstract interface class IDb {
|
||||
|
||||
Future<void> updateSent(int id);
|
||||
|
||||
Future<void> addTemplate(Map<String, String> templates);
|
||||
Future<int> addTemplate(Map<String, String> templates);
|
||||
|
||||
Future<void> updateTemplate(Map<String, String> template);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user