current outlet
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
part of '../outlet.dart';
|
||||
|
||||
abstract class IOutletRepository {
|
||||
Future<Either<OutletFailure, List<Outlet>>> getOutlets({
|
||||
int page = 1,
|
||||
int limit = 10,
|
||||
});
|
||||
|
||||
Future<Either<OutletFailure, Outlet>> getOutletById(String id);
|
||||
}
|
||||
Reference in New Issue
Block a user