예제 #1
0
        public async Task <IActionResult> AllInterested()
        {
            var allInterested = await companyProfileApplicationService.AllInterested();

            return(View(allInterested));
        }