staff e store
This commit is contained in:
@@ -41,6 +41,10 @@ class StoreRepository {
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> updateStoreStatus(String id, bool isActive) async {
|
||||
await _supabase.from('store').update({'is_active': isActive}).eq('id', id);
|
||||
}
|
||||
|
||||
// --- LOGICA DI GIUNZIONE (Staff <-> Store) ---
|
||||
|
||||
// Recupera i membri assegnati a uno specifico negozio
|
||||
|
||||
Reference in New Issue
Block a user