update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
part of '../table.dart';
|
||||
|
||||
abstract class ITableRepository {
|
||||
Future<Either<TableFailure, ListTable>> fetchTables({
|
||||
int page = 1,
|
||||
int limit = 50,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user