Esempio n. 1
0
        public async Task ObterAtendimentosAsync()
        {
            Atendimentos = await aService.GetAtendimentosAsync();

            OnPropertyChanged(nameof(Atendimentos));
        }