Beispiel #1
0
        public async Task <ActionResult> IndexAsync()
        {
            var items = await CosmosService.GetOpenItemsAsync();

            return(this.View(items));
        }