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