feat: category
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
part of '../category.dart';
|
||||
|
||||
abstract class ICategoryRepository {
|
||||
Future<Either<CategoryFailure, List<Category>>> get({
|
||||
int page = 1,
|
||||
int limit = 20,
|
||||
bool isActive = true,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user