Example #1
0
        public async Task <Operation <int> > GetCountAsync()
        {
            var result = await _tenantManager.GetCountAsync();

            var operation = new Operation <int>(result);

            return(operation);
        }