feature: change password
This commit is contained in:
@@ -6,7 +6,14 @@ use Illuminate\Pagination\LengthAwarePaginator;
|
||||
|
||||
interface AdminServiceInterface
|
||||
{
|
||||
public function getUserListWithStats(string $selectedMonth, ?string $search = null, ?string $flagSend = null): array;
|
||||
public function getUserListWithStats(
|
||||
string $selectedMonth,
|
||||
?string $search = null,
|
||||
?string $status = '1',
|
||||
?string $role = null,
|
||||
?string $department = null,
|
||||
?string $flagSend = null
|
||||
): array;
|
||||
|
||||
public function getUserTransactions(string $msnv, string $selectedMonth): LengthAwarePaginator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user