public void DeleteAccount(int accountId) { AccountOperations.DeleteAccount(accountId); }
public bool DeleteAccount(long id) { return(op.DeleteAccount(id)); }