mirror of
https://github.com/klmp200/PQT_Gestionnaire_vente_stock.git
synced 2024-11-16 21:33:21 +00:00
Module Client, clss AccountService : Ajustement AccountService
This commit is contained in:
parent
330dc78f88
commit
a10f397b06
@ -18,7 +18,7 @@ public class AccountService {
|
||||
|
||||
}
|
||||
|
||||
public boolean isAccountLoggedIn(Account account) {
|
||||
public boolean isCurrentAccountLoggedIn() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -26,7 +26,7 @@ public class AccountService {
|
||||
|
||||
}
|
||||
|
||||
public void logOutCurrentAccount(String password) {
|
||||
public void logOutCurrentAccount() {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user