Exemple #1
0
 //Création d'un nouveau compte
 public Account ModifyAccount(Account userEntry)
 {
     return(_dal.UpdateAccount(userEntry));
 }