Exemplo n.º 1
0
 // GET: TransactionType
 public ActionResult Index()
 {
     return View(_service.GetList());
 }