Пример #1
0
        public void DeleteAccount(int accountId, Account loginUser)
        {
            DeleteAccount deleteAccount = new DeleteAccount(accountId, loginUser);

            deleteAccount.Excute();
        }
Пример #2
0
        public void DeleteAccount(int accountId)
        {
            DeleteAccount deleteAccount = new DeleteAccount(accountId);

            deleteAccount.Excute();
        }