Skip to content

Commit e15a279

Browse files
Update sources/core/src/main/java/tools/dynamia/modules/saas/services/AccountResellerService.java
Co-authored-by: Copilot <[email protected]>
1 parent a25fe16 commit e15a279

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sources/core/src/main/java/tools/dynamia/modules/saas/services/AccountResellerService.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ public interface AccountResellerService {
2424
List<AccountReseller> findAllEnabledResellers();
2525

2626
/**
27-
* Finds all resellers in the system, ordered by creation date.
27+
* Finds all agents associated with a specific reseller.
2828
*
29-
* @return A list of AccountReseller entities ordered by their creation date.
29+
* @param reseller The AccountReseller for which to find agents.
30+
* @return A list of AccountResellerAgent entities associated with the specified reseller.
3031
*/
3132
List<AccountResellerAgent> findAgentsByReseller(AccountReseller reseller);
3233

0 commit comments

Comments
 (0)