示例#1
0
 //Obtenir tous les comptes clients
 public List <Account> GetAccountAll()
 {
     return(_dal.SelectAccountAll());
 }