示例#1
0
 // GET: Expense
 public ActionResult IndexAll()
 {
     return(View(_expenseRepository.GetAllActive()));
 }