コード例 #1
0
        public async Task <IActionResult> GetAllFolders()
        {
            var result = await _inboxService.GetAllMailFolders();

            return(Ok(result));
        }