コード例 #1
0
 //Index - Sincrono
 public IActionResult Index()
 {
     Session();
     return(View(_CompraService.FindAll()));
 }