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