part of '../customer.dart'; abstract class ICustomerRepository { Future> getCustomer({ int page = 1, int limit = 10, }); }