コード例 #1
0
 //Création d'un nouveau compte
 public Account CreateAccount(Account userEntry)
 {
     return(_dal.InsertAccount(userEntry));
 }