cambio gestione login
This commit is contained in:
@@ -62,17 +62,10 @@ namespace MP.INVE.Data
|
||||
|
||||
#region Public Methods
|
||||
|
||||
public List<AnagOperatoriModel> ElencoOperatori()
|
||||
public List<AnagOperatoriModel> ElencoOperatori(int matrOpr, string authkey)
|
||||
{
|
||||
List<AnagOperatoriModel>? result = new List<AnagOperatoriModel>();
|
||||
result = dbController.ElencoOperatori();
|
||||
return result;
|
||||
}
|
||||
|
||||
public bool LoginOperatore(int MatrOpr, string authKey)
|
||||
{
|
||||
bool result = false;
|
||||
result = dbController.LoginOperatore(MatrOpr, authKey);
|
||||
result = dbController.ElencoOperatori(matrOpr, authkey);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user