コード例 #1
0
 // GET: ContactViewModels
 public IActionResult Index()
 {
     return(View(_contactInfoService.ListContacts()));
 }