Exemplo n.º 1
0
        private async void LoadTypes()
        {
            var result = await TypesService.GetAll();

            result.ForEach(x => Types.Add(x));
        }