Exemplo n.º 1
0
 public void DeleteAccount(int accountId)
 {
     AccountOperations.DeleteAccount(accountId);
 }
Exemplo n.º 2
0
 public bool DeleteAccount(long id)
 {
     return(op.DeleteAccount(id));
 }