Exemplo n.º 1
0
 public bool deactivateAccount(string accountNumber)
 {
     return(_adminBLL.deactivateAccount(accountNumber));
 }