part of '../customer.dart'; abstract class ICustomerRepository { Future>> get({ int page = 1, int limit = 20, String? search, }); }