Esempio n. 1
0
        private async Task RetrieveData()
        {
            await _model.Load();

            User = _model.User;
        }