Exemple #1
0
        public async Task <bool> Process()
        {
            await _accountProcessor.GetRecords <int>();

            await _userProcessor.GetUser();

            return(true);
        }