예제 #1
0
 // GET: /
 // GET: /goods/
 // GET: /goods/index
 public IActionResult Index()
 {
     return(View(_goodsService.GetAll()));
 }
예제 #2
0
 public IActionResult Index()
 {
     return(View(_entityListService.GetAll()));
     //return Content("Hello from controller");
 }