Example #1
0
 // GET: Hardware
 public ActionResult Index()
 {
     return(View(_hardwareService.GetAll()));
 }