Exemplo n.º 1
0
 public ActionResult SystemDealLogDay(SystemDealLogDayReport report)
 {
     report.Ready();
     return(View(report));
 }
Exemplo n.º 2
0
 public ActionResult SystemDealLogDayExport(SystemDealLogDayReport systemDealLogDayReport)
 {
     return(SystemDealLogDay(systemDealLogDayReport));
 }