Ejemplo n.º 1
0
 //Vérifier si un compte existe - Requête 2.1)
 public Object CheckAccountExist(string accountNumber)
 {
     return(_dal.CheckAccount(accountNumber));
 }