Example #1
0
 public ActionResult FinanceiroNOW(NOW now)
 {
     FinanceiroDAO.CadastrarFinanceiro(now);
     return(RedirectToAction("Index"));
 }