Exemplo n.º 1
0
        public async Task Atender(int helpId, int tecnicoId)
        {
            var tecnico = await BuscarPor(tecnicoId);

            await helpDao.Atender(helpId, tecnico);
        }