Exemplo n.º 1
0
        public async Task <bool> Close(Account account)
        {
            ABL.Close(account);
            _context.Update(account);
            await _context.SaveChangesAsync();

            return(true);
        }