Example #1
0
 public IActionResult GetReversedList()
 {
     return(View("Index", _service.GetReversedList()));
 }